restrict_manage_comments

restrict_manage_comments

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('restrict_manage_comments') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 415
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    * Fires just before the Filter submit button for comment types.
     *
     * @since 3.5.0
     */
    do_action( 'restrict_manage_comments' );
     
    $output = ob_get_clean();
     
    if ( ! empty( $output ) && $this->has_items() ) {
        echo $output;
        submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) );