bbp_admin_reply_row_action_sort_order

bbp_admin_reply_row_action_sort_order

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_admin_reply_row_action_sort_order') is found 1 times:

  • /includes/admin/replies.php line 605
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    */
    private function get_row_action_sort_order() {
     
        // Filter & return
        return (array) apply_filters( 'bbp_admin_reply_row_action_sort_order', array(
            'edit',
            'approved',
            'unapproved',
            'spam',
            'unspam',
            'trash',