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.
Source
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |