3791* Filters if upgrade routines should be run on global tables.3792*3793* @since 4.3.03794*3795* @param bool$should_upgrade Whether to run the upgrade routines on global tables.3796*/3797returnapply_filters('wp_should_upgrade_global_tables',$should_upgrade);3798}3799
History
Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.