WP HOOKS
filtrod 6.4.0

wp_loading_optimization_force_header_contexts

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

Opis — z kodu źródłowego

Filters the header-specific contexts.

Parametry

ParametrTypOpis
$default_header_enforced_contextsarrayMap of contexts for which elements should be considered in the header of the page, as $context => $enabled pairs. The $enabled should always be true.

Wywołanie

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

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

Popularne w tej kategorii