filtrod 4.3.0
edit_comment_misc_actions
Opis — z kodu źródłowego
Filters miscellaneous actions for the edit comment form sidebar.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$html | string | Output HTML to display miscellaneous action. |
$comment | \WP_Comment | Current comment object. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'edit_comment_misc_actions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'edit_comment_misc_actions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii