2762*2763* @since 5.5.02764*2765* @param bool$will_invalidate Whether WordPress will invalidate `$filepath`.Defaulttrue.2766* @param string$filepath The path to the PHP file to invalidate.2767*/2768if(apply_filters('wp_opcache_invalidate_file',true,$filepath)){2769returnopcache_invalidate($filepath,$force);2770}27712772returnfalse;2773}2774
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.