bp_get_membership_requests_required
bp_get_membership_requests_required
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.1, buddypress.11.3.2, buddypress.11.4.0, buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1
Hook Type: filter
Displaying hooks found in version: buddypress.14.2.1apply_filters('bp_get_membership_requests_required') is found 1 times:
- /bp-members/bp-members-template.php line 3081
* @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? *