filtrod 3.6.0
comments_link_feed
Opis — z kodu źródłowego
Filters the comments permalink for the current post.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_permalink | string | The current comment permalink with '#comments' appended. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comments_link_feed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comments_link_feed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii