3741* Filters if upgrade routines should be run on global tables.3742*3743* @since 4.3.03744*3745* @param bool$should_upgrade Whether to run the upgrade routines on global tables.3746*/3747returnapply_filters('wp_should_upgrade_global_tables',$should_upgrade);3748}3749
History
Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.