Description
Filters if upgrade routines should be run on global tables.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/upgrade.php | 3714 |
Parameters
Type | Name | Description |
---|---|---|
bool | $should_upgrade | Whether to run the upgrade routines on global tables. |
PHP Doc
/**
* 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.
*/