WP HOOKS
filtrod 4.3.0

editor_stylesheets

Args 1Plik wp-includes/theme.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the array of URLs of stylesheets applied to the editor.

Parametry

ParametrTypOpis
$stylesheetsstring[]Array of URLs of stylesheets to be applied to the editor.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'editor_stylesheets', 'twoja_funkcja' );

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

Popularne w tej kategorii