bbp_get_reply_archive_slug

bbp_get_reply_archive_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_archive_slug') is found 1 times:

  • /includes/core/options.php line 847
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    */
    function bbp_get_reply_archive_slug( $default = 'replies' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_reply_archive_slug', get_option( '_bbp_reply_archive_slug', $default ) );
    }
     
    /**
     * Return the single topic slug
     *
     * @since 2.1.0 bbPress (r3759)