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_as_float () |
Gets the price as float value. |
includes/payments/ld-login-registration-functions.php: learndash_login_failed_alert () |
Display alert message if user login fails. |
includes/payments/ld-login-registration-functions.php: learndash_reset_password_is_enabled () |
Returns true if the password reset page is enabled. |
includes/payments/ld-login-registration-functions.php: learndash_get_reset_password_page_id () |
Returns the reset password page ID or 0 if not set. |
includes/payments/ld-login-registration-functions.php: learndash_registration_login_link_redirect |
Filters login link on registration form. |
includes/payments/ld-login-registration-functions.php: learndash_registration_login_form_redirect |
Url to redirect to after logging in through registration form login form. Notice this runs through the wp_safe_redirect function ( https://developer.wordpress.org/reference/functions/wp_safe_redirect/ ) |
includes/ld-groups.php: learndash_is_group_post () |
Returns true if it’s a group post. |
includes/payments/ld-payments-functions.php: learndash_get_price_formatted () |
Gets the price formatted based on the LearnDash global currency configuration. |
includes/course/ld-course-functions.php: learndash_is_course_post () |
Returns true if it’s a course post. |
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_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 default 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. |
includes/payments/ld-payments-functions.php: learndash_get_group_price () |
Get group price |
themes/class-ld-themes-register.php: LearnDash_Theme_Register::get_active_theme_key () |
Get the Slug of the current active theme. |
themes/ld30/includes/helpers.php: learndash_the_wrapper_class () |
Outputs the Learndash content wrapper CSS class. |
themes/ld30/includes/helpers.php: learndash_get_template_part () |
Gets the template Part. |
includes/payments/ld-login-registration-functions.php: learndash_login_error_conditions () |
Gets an array of login error conditions. |
includes/payments/ld-payments-functions.php: learndash_get_course_price () |
Gets the course price. |
includes/payments/ld-payments-functions.php: learndash_payment_buttons () |
Generates the LearnDash payment buttons output. |
includes/ld-groups.php: learndash_is_user_in_group () |
Checks whether a user is part of the group or not. |
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. |
includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () |
Static function to get a Section Setting value. |
includes/course/ld-course-user-functions.php: sfwd_lms_has_access () |
Checks whether a user has access to a course. |
Used By #
Used By | Description |
---|---|
includes/shortcodes/ld_registration.php: learndash_registration () |
Builds the |