bp_allow_access_to_registration_pages
bp_allow_access_to_registration_pages
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, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_allow_access_to_registration_pages') is found 1 times:
- /bp-members/bp-members-template.php line 310431003101310231033104310531063107310831093110
*
* @param bool
$retval
Whether
or
not to allow access to
* the Register
and
Activate pages.
*/
return
apply_filters(
'bp_allow_access_to_registration_pages'
,
$retval
);
}
/**
* Hook member activity feed to <head>.
*
* @since 1.5.0