filtrod 2.8.0
the_content_more_link
Opis — z kodu źródłowego
Filters the Read More link text.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$more_link_element | string | Read More link element. |
$more_link_text | string | Read 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
}
// 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