wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_opcache_invalidate_file › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'wp_opcache_invalidate_file', true, $filepath )
Parametri: (2)
  • (bool) $will_invalidate Whether WordPress will invalidate `$filepath`. Default true.
    Richiesto:
  • (string) $filepath The path to the PHP file to invalidate.
    Richiesto:
Definito a:
Codex:

Filters whether to invalidate a file from the opcode cache.





Sorgenti

if ( apply_filters( 'wp_opcache_invalidate_file', true, $filepath ) ) {