learndash_get_login_form_html learndash_get_login_form_html( string $redirect_url = '' ) Returns the login form HTML. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $redirect_url (string) (Optional) URL to redirect to after logging in. Default value: '' Return # (string) Source # File: sfwd-lms/includes/payments/ld-login-registration-functions.php Changelog # Changelog Version Description 4.16.0 Introduced. Related # Namespace # global @package # LearnDash Uses # Uses Uses Description sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_forgot_password_html Filters the forgot password HTML. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_wp_login_form_html Filters the WP login form HTML. sfwd-lms/src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_reset_password_is_enabled () Returns true if the password reset page is enabled. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_get_reset_password_page_id () Returns the reset password page ID or 0 if not set. sfwd-lms/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/ ) Used By # Used By Used By Description sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_reset_password_output_modern () LearnDash LD30 Shows reset password form. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_output_modern () LearnDash LD30 Shows registration form for user registration.
Uses # Uses Uses Description sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_forgot_password_html Filters the forgot password HTML. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_wp_login_form_html Filters the WP login form HTML. sfwd-lms/src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_reset_password_is_enabled () Returns true if the password reset page is enabled. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_get_reset_password_page_id () Returns the reset password page ID or 0 if not set. sfwd-lms/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/ )
Used By # Used By Used By Description sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_reset_password_output_modern () LearnDash LD30 Shows reset password form. sfwd-lms/includes/payments/ld-login-registration-functions.php: learndash_registration_output_modern () LearnDash LD30 Shows registration form for user registration.