[wp-hackers] Using WP Functions Within Plugin Classes

David House dmhouse at gmail.com
Wed Mar 8 16:45:35 GMT 2006


On 08/03/06, Mark Harwood <mark at phunky.co.uk> wrote:
> I assume theres a action to allow it to load after all the WordPress
> Functions??

plugins_loaded, as others have stated, will work. However I'd wait
until init, which guarentees you have the $wp, $wp_query and
$wp_rewrite globals available as well.

--
-David House, dmhouse at gmail.com, http://xmouse.ithium.net


More information about the wp-hackers mailing list