WP HOOKS
filtrod 4.8.0

file_mod_allowed

Args 2Plik wp-includes/load.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether file modifications are allowed.

Parametry

ParametrTypOpis
$file_mod_allowedboolWhether file modifications are allowed.
$contextstringThe usage context.

Wywołanie

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

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

Popularne w tej kategorii