Revision: 44479
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 12, 2011 20:24 by mrgurner
Initial Code
add_action( 'hook_name', 'callback_name', 100 ); OR add_filter( 'hook_name', 'callback_name', 100 );
Initial URL
http://wordpress.org/support/topic/how-to-change-plugins-load-order#post-1564605
Initial Description
3rd argument of 'add_action' function is priority, by default set to 10. This is a much simpler way of reorder posts exactly as you want them to appear.
Initial Title
Simple ReOrdering WP Plugins
Initial Tags
php, wordpress, array
Initial Language
PHP