bbp_get_reply_post_type_rewrite

bbp_get_reply_post_type_rewrite

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_post_type_rewrite') is found 1 times:

  • /includes/replies/template.php line 94
    090
    091
    092
    093
    094
    095
    096
    097
    098
    099
    100
    */
    function bbp_get_reply_post_type_rewrite() {
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_reply_post_type_rewrite', array(
            'slug'       => bbp_get_reply_slug(),
            'with_front' => false
        ) );
    }
     
    /**