WP HOOKS
filtrod 4.4.0

wp_theme_editor_filetypes

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 theme file editor.

Parametry

ParametrTypOpis
$default_typesstring[]An array of editable theme file extensions.
$theme\WP_ThemeThe active theme object.

Wywołanie

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

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

Popularne w tej kategorii