3808* Filters if upgrade routines should be run on global tables.3809*3810* @since 4.3.03811*3812* @param bool$should_upgrade Whether to run the upgrade routines on global tables.3813*/3814returnapply_filters('wp_should_upgrade_global_tables',$should_upgrade);3815}3816
History
Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.