bbp_toggle_reply

bbp_toggle_reply

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_toggle_reply') is found 1 times:

  • /includes/replies/functions.php line 1637
    1633
    1634
    1635
    1636
    1637
    1638
    1639
    1640
    1641
    1642
    1643
            $retval['redirect_to'] = bbp_add_view_all( $retval['redirect_to'], true );
        }
     
        // Filter & return
        return apply_filters( 'bbp_toggle_reply', $retval, $r, $args );
    }
     
    /** Helpers *******************************************************************/
     
    /**
     * Return an associative array of available reply statuses