BP_Admin_Setting_Xprofile::bp_admin_setting_callback_member_dashboard_redirect()
Enable profile dashboard template.
Description
Source
File: bp-core/admin/settings/bp-admin-setting-xprofile.php
public function bp_admin_setting_callback_member_dashboard_redirect() { ?> <input id="bp-enable-member-dashboard-redirect" name="bp-enable-member-dashboard-redirect" type="checkbox" value="1" <?php checked( bp_nouveau_get_appearance_settings( 'user_front_page_redirect' ) ); ?> /> <label for="bp-enable-member-dashboard-redirect"><?php _e( 'Redirect users to their Profile Dashboard on login', 'buddyboss' ); ?></label> <?php }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
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.