WP HOOKS
filtrod 5.3.0

make_clickable_rel

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

Opis — z kodu źródłowego

Filters the rel value that is added to URL matches converted to links.

Parametry

ParametrTypOpis
$relstringThe rel value.
$urlstringThe matched URL being converted to a link tag.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'make_clickable_rel', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii