wp_should_upgrade_global_tables WordPress Filter Hook

The wp_should_upgrade_global_tables hook is used to determine whether or not global tables should be upgraded. This hook is typically used during a Wordpress upgrade.

apply_filters( 'wp_should_upgrade_global_tables', bool $should_upgrade ) #

Filters if upgrade routines should be run on global tables.


Parameters

$should_upgrade

(bool)Whether to run the upgrade routines on global tables.


Top ↑

Source

File: wp-admin/includes/upgrade.php

View on Trac



Top ↑

Changelog

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