filtrod 3.0.0
comment_id_fields
Opis — z kodu źródłowego
Filters the returned comment ID fields.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_id_fields | string | The HTML-formatted hidden ID field comment elements. |
$post_id | int | The post ID. |
$reply_to_id | int | The ID of the comment being replied to. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comment_id_fields', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comment_id_fields', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii