core_upgrade_preamble WordPress Action Hook

The WordPress core upgrade preamble hook is triggered before the actual upgrade process begins. It allows you to do any necessary preparations or cleanups before the upgrade starts.

do_action( 'core_upgrade_preamble' ) #

Fires after the core, plugin, and theme update tables.


Source

File: wp-admin/update-core.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.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.