edd_profile_editor_shortcode( $atts, null $content = null )
Profile Editor Shortcode
Description Description
Outputs the EDD Profile Editor to allow users to amend their details from the front-end. This function uses the EDD templating system allowing users to override the default profile editor template. The profile editor template is located under templates/profile-editor.php, however, it can be altered by creating a file called profile-editor.php in the edd_template directory in your active theme’s folder. Please visit the EDD Documentation for more information on how the templating system is used.
Parameters Parameters
- $atts
-
(Required) Shortcode attributes
- $content
-
(Optional)
Default value: null
Return Return
(string) Output generated from the profile editor
Source Source
File: includes/shortcodes.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |