On this page
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
File: wp-admin/includes/upgrade.php. View all references
return apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade );
Related
Used By
| Used By | Description |
|---|---|
| wp_should_upgrade_global_tables() wp-admin/includes/upgrade.php | Determine if global tables should be upgraded. |
Changelog
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_should_upgrade_global_tables