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



filesystem_method › WordPress Filter Hooks

Da2.6.0
Deprecaton/a
apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership )
Parametri: (4)
  • (string) $method Filesystem method to return.
    Richiesto:
  • (array) $args An array of connection details for the method.
    Richiesto:
  • (string) $context Full path to the directory that is tested for being writable.
    Richiesto:
  • (bool) $allow_relaxed_file_ownership Whether to allow Group/World writable.
    Richiesto:
Definito a:
Codex:

Filters the filesystem method to use.





Sorgenti

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