filtrod 6.1.0
wp_theme_json_get_style_nodes
Opis — z kodu źródłowego
Filters the list of style nodes with metadata.
This allows for things like loading block CSS independently.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$nodes | array | Style 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
}
// 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