bp_allow_access_to_registration_pages

bp_allow_access_to_registration_pages

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_allow_access_to_registration_pages') is found 1 times:

  • /bp-members/bp-members-template.php line 3104
    3100
    3101
    3102
    3103
    3104
    3105
    3106
    3107
    3108
    3109
    3110
         *
         * @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