WP HOOKS
filtrod 2.8.0

editable_extensions

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

Opis — z kodu źródłowego

Filters the list of file types allowed for editing in the plugin file editor.

Parametry

ParametrTypOpis
$default_typesstring[]An array of editable plugin file extensions.
$pluginstringPath to the plugin file relative to the plugins directory.

Wywołanie

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

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

Popularne w tej kategorii