2767*2768* @since 5.5.02769*2770* @param bool$will_invalidate Whether WordPress will invalidate `$filepath`.Defaulttrue.2771* @param string$filepath The path to the PHP file to invalidate.2772*/2773if(apply_filters('wp_opcache_invalidate_file',true,$filepath)){2774returnopcache_invalidate($filepath,$force);2775}27762777returnfalse;2778}2779
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.