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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.