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



file_mod_allowed › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'file_mod_allowed', ! defined( 'DISALLOW_FILE_MODS' )
Parameter: (2)
  • (bool) $file_mod_allowed Whether file modifications are allowed.
    Erforderlich: Ja
  • (string) $context The usage context.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether file modifications are allowed.





Quellcode

return apply_filters( 'file_mod_allowed', ! defined( 'DISALLOW_FILE_MODS' ) || ! DISALLOW_FILE_MODS, $context );