Wordpress : How to programatically return the number of plugins that need update -
is there way return number appears in little red bubble next "plugins" when of them need update ?
i'm using wordpress 3.0.5
there's routine in wp-admin/includes/update.php line 155 (in wp 3.0.5) called get_plugin_updates(). returns array of plugins update's available. count(get_plugin_update()) should you.
Comments
Post a Comment