_maybe_update_plugins [ WordPress Function ]
_maybe_update_plugins ( No parameters )
| Access: |
|
| Defined at: |
|
Benzer Fonksiyonlar: 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 ]
Google Arama Sonuçlarý
- _maybe_update_plugins() WordPress function reference ...
Check the last time plugins were run before checking plugin versions.
queryposts.com - PHPXRef 0.7 : WordPress (latest release) : Detail view of update.php
Defines 8 functions. wp_version_check() wp_update_plugins() wp_update_themes() wp_get_update_data() _maybe_update_core() _maybe_update_plugins() ...
lab.yukei.net - 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