wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_opcache_invalidate_file › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_opcache_invalidate_file', true, $filepath )
Parameter: (2)
  • (bool) $will_invalidate Whether WordPress will invalidate `$filepath`. Default true.
    Erforderlich: Ja
  • (string) $filepath The path to the PHP file to invalidate.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to invalidate a file from the opcode cache.





Quellcode

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