edd_login_form_shortcode( array $atts, string $content = null )
Login Shortcode
Description Description
Shows a login form allowing users to users to log in. This function simply calls the edd_login_form function to display the login form.
Parameters Parameters
- $atts
-
(Required) Shortcode attributes
- $content
-
(Optional)
Default value: null
Return Return
(string)
Source Source
File: includes/shortcodes.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |