wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_comment_misc_actions › WordPress Filter Hooks

Since4.3.0
Deprecatedn/a
apply_filters( 'edit_comment_misc_actions', '', $comment )
Parameters: (2)
  • (string) $html Output HTML to display miscellaneous action.
    Required: Yes
  • (WP_Comment) $comment Current comment object.
    Required: Yes
Defined at:
Codex:

Filters miscellaneous actions for the edit comment form sidebar.





Source

echo apply_filters( 'edit_comment_misc_actions', '', $comment );