Contents
bp_is_register_page()
Is the current page the Register page?
Description
Return
(bool) True if the current page is the Register page.
Source
File: bp-core/bp-core-template.php
function bp_is_register_page() { return (bool) bp_is_current_component( 'register' ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.1.0 | Introduced. |
Related
Uses
Uses | Description |
---|---|
bp-core/bp-core-template.php: bp_is_current_component() |
Check to see whether the current page belongs to the specified component. |
Used By | Description |
---|---|
bp-core/bp-core-cssjs.php: bp_core_register_page_js() |
Load the JS for register page and populate conditional field |
bp-xprofile/classes/class-bp-xprofile-field-type-member-types.php: BP_XProfile_Field_Type_Member_Types::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/bp-xprofile-filters.php: xprofile_filter_field_edit_name() |
Conditionally filters ‘bp_get_the_profile_field_name’ to return alternate name if available. |
bp-xprofile/bp-xprofile-template.php: bp_get_the_profile_field_visibility_level() |
Return the visibility level of this field. |
bp-xprofile/bp-xprofile-template.php: bp_get_the_profile_field_visibility_level_label() |
Return the visibility level label of this field. |
bp-xprofile/bp-xprofile-template.php: bp_has_profile() |
Query for XProfile groups and fields. |
bp-xprofile/classes/class-bp-xprofile-group.php: BP_XProfile_Group::get() |
Populates the BP_XProfile_Group object with profile field groups, fields, and field data. |
bp-xprofile/classes/class-bp-xprofile-field-type-url.php: BP_XProfile_Field_Type_URL::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php: BP_XProfile_Field_Type_Radiobutton::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-telephone.php: BP_XProfile_Field_Type_Telephone::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php: BP_XProfile_Field_Type_Checkbox::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-number.php: BP_XProfile_Field_Type_Number::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php: BP_XProfile_Field_Type_Textarea::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php: BP_XProfile_Field_Type_Textbox::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-gender.php: BP_XProfile_Field_Type_Gender::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php: BP_XProfile_Field_Type_Datebox::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php: BP_XProfile_Field_Type_Selectbox::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-social-networks.php: BP_XProfile_Field_Type_Social_Networks::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php: BP_XProfile_Field_Type_Multiselectbox::edit_field_html() |
Output the edit field HTML for this field type. |
bp-xprofile/classes/class-bp-xprofile-field.php: BP_XProfile_Field::get_fields_for_member_type() |
Gets the IDs of fields applicable for a given profile type or array of profile types. |
bp-members/classes/class-bp-members-component.php: BP_Members_Component::late_includes() |
Late includes method. |
bp-members/classes/class-bp-registration-theme-compat.php: BP_Registration_Theme_Compat::is_registration() |
Are we looking at either the registration or activation pages? |
bp-members/classes/class-bp-registration-theme-compat.php: BP_Registration_Theme_Compat::dummy_post() |
Update the global $post with dummy data. |
bp-members/classes/class-bp-registration-theme-compat.php: BP_Registration_Theme_Compat::dummy_content() |
Filter the_content with either the register or activate templates. |
bp-invites/bp-invites-functions.php: bp_invites_member_invite_invitation_page() |
Check if the current page is ‘accept-invitation’? |
bp-templates/bp-nouveau/includes/blogs/loader.php: BP_Nouveau_Blogs::setup_actions() |
Register do_action() hooks |
bp-templates/bp-nouveau/includes/xprofile/functions.php: bp_nouveau_xprofile_enqueue_scripts() |
Enqueue the xprofile scripts |
bp-templates/bp-nouveau/buddypress-functions.php: BP_Nouveau::enqueue_scripts() |
Enqueue the required JavaScript files |
bp-core/bp-core-template.php: bp_get_the_post_class() |
Customizes the post CSS class according to BuddyPress content. |
bp-core/bp-core-template.php: bp_get_title_parts() |
Get the title parts of the BuddyPress displayed page |
bp-core/bp-core-template.php: bp_get_the_body_class() |
Customize the body class, according to the currently displayed BP content. |
bp-core/bp-core-cssjs.php: bp_core_register_common_scripts() |
Register scripts commonly used by BuddyPress. |
bp-core/bp-core-catchuri.php: bp_get_canonical_url() |
Get the canonical URL of the current page. |
bp-core/bp-core-catchuri.php: bp_private_network_template_redirect() |
Redirects users to login page if Private Network is enabled in BuddyBoss settings. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.