after_db_upgrade WordPress Action Hook

The after_db_upgrade hook is called after a successful database upgrade. It is generally used to perform cleanup tasks or to trigger a plugin or theme upgrade.

do_action( 'after_db_upgrade' ) #

Fires on the next page load after a successful DB upgrade.


Source

File: wp-admin/admin.php

View on Trac


Top ↑

Changelog

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