_maybe_update_themes [ WordPress Function ]
_maybe_update_themes ( No parameters )
| Access: |
|
| Defined at: |
|
Benzer Fonksiyonlar: _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 ]
Google Arama Sonuçlarý
- PHPXRef 0.7 : WordPress (latest release) : Detail view of update.php
wp_update_themes() wp_get_update_data() _maybe_update_core() _maybe_update_plugins() _maybe_update_themes() wp_schedule_update_checks() ...
lab.yukei.net - 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 - 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 - 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