3837* Filters if upgrade routines should be run on global tables.3838*3839* @since 4.3.03840*3841* @param bool$should_upgrade Whether to run the upgrade routines on global tables.3842*/3843returnapply_filters('wp_should_upgrade_global_tables',$should_upgrade);3844}3845
History
Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.