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

Viper007Bond viper at viper007bond.com
Sun Jan 21 04:06:47 GMT 2007


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/


More information about the wp-hackers mailing list