WP HOOKS
filtrod 4.3.0

edit_comment_misc_actions

Args 2Plik wp-admin/edit-form-comment.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters miscellaneous actions for the edit comment form sidebar.

Parametry

ParametrTypOpis
$htmlstringOutput HTML to display miscellaneous action.
$comment\WP_CommentCurrent 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
}

Popularne w tej kategorii