filtrod 5.1.0
wp_targeted_link_rel
Opis — z kodu źródłowego
Filters the rel values that are added to links with `target` attribute.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$rel | string | The rel values. |
$link_html | string | The matched content of the link tag including all HTML attributes. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_targeted_link_rel', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_targeted_link_rel', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii