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-login-registration-functions.php: learndash_registration_output_modern () |
LearnDash LD30 Shows registration form for user registration. |
includes/payments/ld-login-registration-functions.php: learndash_registration_variation () |
Returns the registration appearance setting. |
src/Core/Utilities/Cast.php: Cast::to_string () |
Casts a value to a string if possible or returns an empty string. |
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/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 success alert. |
src/views/modules/registration/registration.php: learndash_registration_form_override |
Allow for replacement of the default LearnDash Registration form |
src/views/modules/registration/registration.php: learndash_registration_form_before |
Fires before the registration form. |
src/views/modules/registration/register/form.php: learndash_registration_errors_after |
Fires after the register modal errors. |
src/views/modules/registration/register/form.php: learndash_registration_form_fields_before |
Fires before the loop when displaying the registration form fields |
src/views/modules/registration/register/form.php: learndash_registration_form_fields_after |
Fires after the loop when displaying the registration form fields |
src/views/modules/registration/register/form.php: learndash_registration_form |
Fires inside the registration form. |
src/views/modules/registration/registration.php: learndash_registration_form_after |
Fires after the registration form. |
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/helpers.php: learndash_the_wrapper_class () |
Escapes and outputs the learndash_get_wrapper_class function result. |
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/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 |