filtrod 2.7.0
get_comments_pagenum_link
Opis — z kodu źródłowego
Filters the comments page number link for the current request.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$result | string | The comments page number link. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'get_comments_pagenum_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'get_comments_pagenum_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii