bp_get_membership_requests_required

bp_get_membership_requests_required

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.4

apply_filters('bp_get_membership_requests_required') is found 1 times:

  • /bp-members/bp-members-template.php line 3081
    3077
    3078
    3079
    3080
    3081
    3082
    3083
    3084
    3085
    3086
    3087
         * @param bool $retval Whether this is the value stored in the database ('raw')
         *                     or whether the site's "anyone can register" setting is
         *                     being considered ('site' or anything else).
         */
        return apply_filters( 'bp_get_membership_requests_required', $retval, $context );
    }
     
    /**
     * Should the system create and allow access
     * to the Register and Activate pages?
     *