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



manage_comments_nav › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'manage_comments_nav', $comment_status, $which )
Parameter: (2)
  • (string) $comment_status The comment status name. Default 'All'.
    Erforderlich: Ja
  • (string) $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the Filter submit button for comment types.





Quellcode

do_action( 'manage_comments_nav', $comment_status, $which );