WP HOOKS
filtrod 5.1.0

wp_targeted_link_rel

Args 2Plik wp-includes/formatting.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the rel values that are added to links with `target` attribute.

Parametry

ParametrTypOpis
$relstringThe rel values.
$link_htmlstringThe 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
}

Popularne w tej kategorii