[wp-hackers] How to determine which WordPress version is running ?

Robin Adrianse shorty114 at shorty114.net
Mon Jan 22 04:38:04 GMT 2007


Good catch.

On 1/20/07, Viper007Bond <viper at viper007bond.com> wrote:
>
> http://trac.wordpress.org/log/trunk/wp-includes/version.php
>
> On 1/20/07, Per Soderlind <per at soderlind.no> wrote:
> >
> >
> > Viper007Bond wrote:
> > >
> > > I find this to be best:
> > >
> > > global $wp_db_version;
> > > if ( 3664 <= $wp_db_version ) die('Your version is too low.'); //
> > > Change the
> > > "3664" to whatever revision you wanna check for
> > >
> > > > Per Soderlind wrote:
> > > > > In my plugin, I need to determine which WordPress version it's
> > > installed
> > > > on.
> > > > > What is the best method for doing this ?
> > > >
> >
> > Is there a list showing the revision numbers vs wp version ?
> >
> > ../Per
> >
> >
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
>
>
>
> --
> Viper007Bond | http://www.viper007bond.com/
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list