wp_maybe_auto_update WordPress Action Hook

The wp_maybe_auto_update hook is used to determine if a WordPress site should automatically update itself. If the site is configured to automatically update, this hook will be called when an update is available.

do_action( 'wp_maybe_auto_update' ) #

Fires during wp_cron, starting the auto-update process.


Source

File: wp-includes/update.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.