_maybe_update_plugins [ WordPress Function ]
_maybe_update_plugins ( No parameters )
| Access: |
|
| Defined at: |
|
Soorgelijke functies: wp_update_plugins, wp_update_plugin, _maybe_update_themes, _maybe_update_core, validate_plugin
Check the last time plugins were run before checking plugin versions.
This might have been backported to WordPress 2.6.1 for performance reasons. This is used for the wp-admin to check only so often instead of every page load.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- _maybe_update_plugins() WordPress function reference ...
Check the last time plugins were run before checking plugin versions.
queryposts.com - Use WordPress 2.7 Offline - WP Engineer
Aug 11, 2008... ( 'init', 'wp_version_check' ); ... add_action( 'load-plugins.php', ' wp_update_plugins' ); add_action( 'admin_init', '_maybe_update_plugins' ); ...
wpengineer.com - PHPXRef 0.7 : WordPress : /wp-includes/update.php source
388 * 389 * @since 2.7.0 390 * @access private 391 */ 392 function _maybe_update_plugins() { 393 $current = get_site_transient( 'update_plugins' ); 394 if ...
phpxref.ftwr.co.uk - wp-includes/update.php source - yukei.net
356 * 357 * @since 2.7.0 358 * @access private 359 */ 360 function _maybe_update_plugins() { 361 $current = get_site_transient( 'update_plugins' ); 362 if ...
lab.yukei.net