wp_maybe_auto_update action-hook . WP 3.9.0
Fires during wp_cron, starting the auto-update process.
Usage
add_action( 'wp_maybe_auto_update', 'action_function_name_8974' ); function action_function_name_8974(){ // action... }
Changelog
Since 3.9.0 | Introduced. |
Where the hook is called
wp-includes/update.php 254
do_action( 'wp_maybe_auto_update' );
Where in WP core the hook is used WordPress
wp-includes/update.php 899
add_action( 'wp_maybe_auto_update', 'wp_maybe_auto_update' );