bbp_get_user_engagements_slug

bbp_get_user_engagements_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_user_engagements_slug') is found 1 times:

  • /includes/core/options.php line 945
    941
    942
    943
    944
    945
    946
    947
    948
    949
    950
    951
    */
    function bbp_get_user_engagements_slug( $default = 'engagements' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_user_engagements_slug', get_option( '_bbp_user_engs_slug', $default ) );
    }
     
    /**
     * Return the topic view slug
     *
     * @since 2.1.0 bbPress (r3759)