filtrod 4.4.0
comment_excerpt_length
Opis — z kodu źródłowego
Filters the maximum number of words used in the comment excerpt.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_excerpt_length | int | The amount of words you want to display in the comment excerpt. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_excerpt_length', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comment_excerpt_length', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii