Description
Fires during wp_cron, starting the auto-update process.
Occurrences
Filename | Line Number |
---|---|
wp-includes/update.php | 293 |
Usage Examples
Example 1
add_action( 'wp_maybe_auto_update', 'wp_maybe_auto_update'
PHP Doc
/**
* Fires during wp_cron, starting the auto-update process.
*
* @since 3.9.0
*/