comment_status_links

comment_status_links

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comment_status_links') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 349
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
         *
         * @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
         *                              'Pending', 'Approved', 'Spam', and 'Trash'.
         */
        return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) );
    }
     
    /**
     * @global string $comment_status
     *
     * @return array