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



filesystem_method › WordPress Filter Hooks

Seit2.6.0
Veraltetn/v
apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership )
Parameter: (4)
  • () method Filesystem method to return.
    Erforderlich: Ja
  • () args An array of connection details for the method.
    Erforderlich: Ja
  • () context Full path to the directory that is tested for being writable.
    Erforderlich: Ja
  • () allow_relaxed_file_ownership Whether to allow Group/World writable.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the filesystem method to use.





Quellcode

return apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership );