wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



edit_comment_misc_actions › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'edit_comment_misc_actions', '', $comment )
Parameter: (2)
  • (string) $html Output HTML to display miscellaneous action.
    Erforderlich: Ja
  • (WP_Comment) $comment Current comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters miscellaneous actions for the edit comment form sidebar.





Quellcode

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