W3cubDocs

/WordPress

apply_filters( ‘wp_should_upgrade_global_tables’, bool $should_upgrade )

Filters if upgrade routines should be run on global tables.

Parameters

$should_upgradebool
Whether to run the upgrade routines on global tables.

Source

return apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade );

Changelog

Version Description
4.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_should_upgrade_global_tables