bp_get_membership_requests_required

bp_get_membership_requests_required

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_get_membership_requests_required') is found 1 times:

  • /bp-members/bp-members-template.php line 3051
    	 * @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?
     *