WP HOOKS
filtrod 6.1.0

wp_theme_json_get_style_nodes

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

Opis — z kodu źródłowego

Filters the list of style nodes with metadata.

This allows for things like loading block CSS independently.

Parametry

ParametrTypOpis
$nodesarrayStyle nodes with metadata.

Wywołanie

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

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

Popularne w tej kategorii