Browse: Home / Functions /

learndash_reset_password

learndash_reset_password( array $attr = array(),  string $content = '',  string $shortcode_slug = 'ld_reset_password' )

Builds the [ld_reset_password] shortcode output.


Description #


Parameters #

$attr

(array) (Optional) An array of shortcode attributes.

  • 'width'
    (string) Width of the reset password form.

Default value: array()

$content

(string) (Optional) The shortcode content.

Default value: ''

$shortcode_slug

(string) (Optional) The shortcode slug.

Default value: 'ld_reset_password'


Return #

(string) The ld_reset_password shortcode output.


Source #

File: includes/shortcodes/ld_reset_password.php


Changelog #

Changelog
Version Description
4.4.0 Introduced.