WP HOOKS
filtrod 2.6.0

filesystem_method_file

Args 2Plik wp-admin/includes/file.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the path for a specific filesystem method class file.

Parametry

ParametrTypOpis
$pathstringPath to the specific filesystem method class file.
$methodstringThe filesystem method to use.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'filesystem_method_file', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii