_maybe_update_themes [ WordPress Function ]
_maybe_update_themes ( No parameters )
| Access: |
|
| Defined at: |
|
Soorgelijke functies: _maybe_update_core, wp_update_themes, wp_update_theme, _maybe_update_plugins, make_site_theme
Check themes versions only after a duration of time.
This is for performance reasons to make sure that on the theme version checker is not run on every page load.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- PHPXRef 0.7 : WordPress : /wp-includes/update.php source
404 * 405 * @since 2.7.0 406 * @access private 407 */ 408 function _maybe_update_themes( ) { 409 $current = get_site_transient( 'update_themes' ) ; 410 if ...
phpxref.ftwr.co.uk - wp-includes/update.php source - yukei.net
372 * 373 * @since 2.7.0 374 * @access private 375 */ 376 function _maybe_update_themes( ) { 377 $current = get_site_transient( 'update_themes' ) ; 378 if ...
lab.yukei.net - Wordpress MU Remote Call Removal Plugin
remove_action( 'wp_update_plugins', 'wp_update_plugins' );. remove_action( ' admin_init', '_maybe_update_themes' ); remove_action( 'wp_update_themes' ...
premium.wpmudev.org - WordPress › Support » Can't reach site since update to 3.1
... ( 'load-update.php', 'wp_update_themes' ); //add_action( 'load-update-core.php' , 'wp_update_themes' ); //add_action( 'admin_init', '_maybe_update_themes' ) ...
wordpress.org