filtrod 6.4.0
wp_get_loading_optimization_attributes
Opis — z kodu źródłowego
Filters the loading optimization attributes.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$loading_attrs | array | The loading optimization attributes. |
$tag_name | string | The tag name. |
$attr | array | Array of the attributes for the tag. |
$context | string | Context for the element for which the loading optimization attribute is requested. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_get_loading_optimization_attributes', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_get_loading_optimization_attributes', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}Popularne w tej kategorii