WP HOOKS
filtrod 2.8.0

the_content_more_link

Args 2Plik wp-includes/post-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the Read More link text.

Parametry

ParametrTypOpis
$more_link_elementstringRead More link element.
$more_link_textstringRead More text.

Wywołanie

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

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

Popularne w tej kategorii