manage_comments_nav

manage_comments_nav

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_comments_nav') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 442
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
         *
         * @param string $comment_status The comment status name. Default 'All'.
         * @param string $which          The location of the extra table nav markup: Either 'top' or 'bottom'.
         */
        do_action( 'manage_comments_nav', $comment_status, $which );
     
        echo '</div>';
    }
     
    /**
     * @return string|false

See this hook used in plugins: