filtrod 1.5.0
comment_text_rss
Opis — z kodu źródłowego
Filters the current comment content for use in a feed.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_text | string | The content of the current comment. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_text_rss', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comment_text_rss', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii