This folder contains documentation for all the actions users can perform in their profile settings section of Disciple.Tools.
On Desktop Click on your display name in the top right corner of the screen to go to your profile settings.
On Mobile
This will take you to your profile settings page at /settings where you can manage your profile and preferences
These settings are changed by clicking the edit button.
The settings page has a sticky navigation menu on the left side that allows quick jumping to different sections:
For developers who want to understand or modify the settings functionality, here are the key files:
template-settings.php
- Main settings page template with all sections and edit modaldt-users/users.php
- User management functions and settings data processingdt-users/user-hooks-and-config.php
- User profile hooks and configurationdt-assets/functions/menu.php
- Settings menu configuration and navigation structuredt-assets/parts/nav-topbar.php
- Top navigation bar with settings dropdowndt-users/template-user-management.php
- User management interface for administratorsdt-core/admin/multi-role/class-user-edit.php
- Custom user edit functionalitydt_profile_settings_page_menu
and dt_profile_settings_page_sections
action hooksdisciple-tools-*/tile/profile-settings-tile.php
wp_enqueue_script('user-profile')
dt-assets/
__()
and esc_html_e()
functionslanguages/
directory