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



filesystem_method_file › Filtr WordPress Hooks

Od2.6.0
Przestarzałyn/a
apply_filters( 'filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method )
Parametry: (2)
  • (string) $path Path to the specific filesystem method class file.
    Wymagane: Tak
  • (string) $method The filesystem method to use.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the path for a specific filesystem method class file.





Źródło

$abstraction_file = apply_filters( 'filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method );