Browse: Home / Functions /

learndash_registration

learndash_registration( array $attr = array(),  string $content = '',  string $shortcode_slug = 'ld_registration' )

Builds the [ld_registration] shortcode output.


Description #


Parameters #

$attr

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

  • 'width'
    (string) Width of the registration form.

Default value: array()

$content

(string) (Optional) The shortcode content.

Default value: ''

$shortcode_slug

(string) (Optional) The shortcode slug.

Default value: 'ld_registration'


Return #

(string) The ld_registration shortcode output.


Source #

File: includes/shortcodes/ld_registration.php


Changelog #

Changelog
Version Description
3.6.0 Introduced.