wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



filesystem_method › Filtr WordPress Hooks

Od2.6.0
Przestarzałyn/a
apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership )
Parametry: (4)
  • (string) $method Filesystem method to return.
    Wymagane: Tak
  • (array) $args An array of connection details for the method.
    Wymagane: Tak
  • (string) $context Full path to the directory that is tested for being writable.
    Wymagane: Tak
  • (bool) $allow_relaxed_file_ownership Whether to allow Group/World writable.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the filesystem method to use.





Źródło

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