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
File: wp-admin/includes/upgrade.php
.
View all references
return apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |