WP HOOKS
filtrod 2.6.0

style_loader_src

Args 2Plik wp-includes/class-wp-styles.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters an enqueued style's fully-qualified URL.

Parametry

ParametrTypOpis
$srcstringThe source URL of the enqueued style.
$handlestringThe style's registered handle.

Wywołanie

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

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

Popularne w tej kategorii