Display Profile Subpage Title with a Shortcode
This PHP snippet registers a [jet_engine_profile_page_title] shortcode to dynamically output the title of the current JetEngine Profile Builder subpage. It’s useful for customizing account page templates or adding page titles anywhere in Elementor or Gutenberg.
Specifications
Display Profile Subpage Title with a Shortcode
6 January, 2026
-
Plugin
-
Category
-
Programming languages
Installing Instruction
How to Add Snippets into the functions.php File of the Active Child Theme
- Copy the required code snippet to your clipboard.
- Navigate to WordPress Dashboard > Appearance > Theme File Editor.
- Click the functions.php tab to open the file.
- Paste the code snippet below the existing code in the Selected file content: area.
- Click the "Update File" page.
Example Use Case
Use this snippet to dynamically display the title of the current JetEngine Profile Builder subpage using a shortcode.
Applicable scenarios:
- Membership sites: Customize account page headers per subpage.
- User dashboards: Dynamically adjust titles based on subpage content.
- Account templates: Add personalized or context-specific titles anywhere.
Specifications
Display Profile Subpage Title with a Shortcode
6 January, 2026
-
Plugin
-
Category
-
Programming languages