wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



filesystem_method_file › Hooks de Filtros WordPress

Desde2.6.0
Obsoleton/a
apply_filters( 'filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method )
Parâmetros: (2)
  • (string) $path Path to the specific filesystem method class file.
    Required: Yes
  • (string) $method The filesystem method to use.
    Required: Yes
Definido em:
Codex:

Filters the path for a specific filesystem method class file.





Fonte

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