filtrod 2.5.0
comments_popup_link_attributes
Opis — z kodu źródłowego
Filters the comments link attributes for display.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link_attributes | string | The comments link attributes. Default empty. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comments_popup_link_attributes', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comments_popup_link_attributes', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii