WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_should_upgrade_global_tables

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/upgrade.php apply_filters 3568 /**
* Filters if upgrade routines should be run on global tables.
*
* @since 4.3.0
*
* @param bool $should_upgrade Whether to run the upgrade routines on global tables.
*/

Hook Parameters

Parameter Type Name Description
bool $should_upgrade Whether to run the upgrade routines on global tables.