learndash_registration_output( array $attr = array() )
LearnDash LD30 Shows registration form for user registration
Description #
Parameters #
- $attr
-
(array) (Optional) Array of attributes for shortcode.
Default value: array()
Source #
Changelog #
Version | Description |
---|---|
3.6.0 | Introduced. |
Related #
Namespace #
@package #
Uses #
Uses | Description |
---|---|
includes/payments/ld-payments-functions.php: learndash_get_price_formatted () |
Gets the price formatted based on the LearnDash global currency configuration. |
includes/payments/ld-login-registration-functions.php: learndash_registerform_password_strength_data () |
Defines data for the password strength meter on registration form |
includes/payments/ld-login-registration-functions.php: learndash_get_login_url () |
Retrieves the LD login URL if using the LD30 template and the LD Login & Registration feature. If not using the Login & Registration feature, uses the wp_login_url() function redirecting back to current page |
includes/payments/ld-login-registration-functions.php: learndash_registration_successful_after |
Fires after the register modal errors. |
includes/payments/ld-login-registration-functions.php: learndash_registration_form_override |
Allow for replacement of the defaut LearnDash Registration form |
includes/payments/ld-login-registration-functions.php: learndash_registration_form_before |
Fires before the registration form heading. |
includes/payments/ld-login-registration-functions.php: learndash_registration_errors_after |
Fires after the register modal errors. |
includes/payments/ld-login-registration-functions.php: learndash_registration_form_fields_before |
Fires before the loop when displaying the registration form fields |
includes/payments/ld-login-registration-functions.php: learndash_registration_form_fields_after |
Fires after the loop when displaying the registration form fields |
includes/payments/ld-login-registration-functions.php: learndash_registration_form |
Fires inside the registration form. |
includes/payments/ld-login-registration-functions.php: learndash_registration_form_after |
Fires after the registration form heading. |
themes/ld30/templates/modules/login-modal.php: signup_extra_fields |
Fires at the end of the user registration form on the site sign-up form. |
themes/class-ld-themes-register.php: LearnDash_Theme_Register::get_active_theme_key () |
Get the Slug of the current active theme. |
includes/payments/ld-login-registration-functions.php: learndash_login_error_conditions () |
Gets an array of login error conditions. |
includes/settings/settings-billing-functions.php: learndash_payment_buttons () |
Generates the LearnDash payment buttons output. |
includes/class-ldlms-post-types.php: learndash_get_post_type_slug () | |
includes/class-ldlms-post-types.php: LDLMS_Post_Types::get_post_type_slug () |
Utility function to return the post type slug(s). This is to prevent hard-coding of the slug(s) throughout the code files. |
Used By #
Used By | Description |
---|---|
includes/shortcodes/ld_registration.php: learndash_registration () |
Builds the |