apply_filters( ‘wp_should_upgrade_global_tables’, bool $should_upgrade )

In this article

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

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.