get_option( 'user_registration_label_username_or_email', __( 'Username or Email Address', 'user-registration' ) ), 'password' => get_option( 'user_registration_label_password', __( 'Password', 'user-registration' ) ), 'remember_me' => get_option( 'user_registration_label_remember_me', __( 'Remember Me', 'user-registration' ) ), 'login' => get_option( 'user_registration_label_login', __( 'Login', 'user-registration' ) ), 'lost_your_password' => get_option( 'user_registration_label_lost_your_password', __( 'Lost your password?', 'user-registration' ) ), ); $placeholders = array( 'username' => get_option( 'user_registration_placeholder_username_or_email', '' ), 'password' => get_option( 'user_registration_placeholder_password', '' ), ); $hide_labels = ur_option_checked( 'user_registration_login_options_hide_labels', false ); $enable_ajax = ur_option_checked( 'ur_login_ajax_submission', false ); $enable_field_icon = ur_option_checked( 'user_registration_pro_general_setting_login_form', false ); $login_title = ur_option_checked( 'user_registration_login_title', false ); $is_passwordless_enabled = ! ur_is_passwordless_login_enabled() || ! isset( $_GET['pl'] ) || ! ur_string_to_bool( $_GET['pl'] ); // phpcs:ignore; $is_login_settings = ( isset( $_GET['page'] ) && 'user-registration-login-forms' === $_GET['page'] ) ? true : false; $settings_class = $is_login_settings ? 'user-registration-login-settings-form' : ''; $template_class .= ' ' . $settings_class; /** * Check passwordless login as default Login Page is enabled or not. * * @since 4.0 */ if ( ur_is_passwordless_login_enabled() ) { $is_passwordless_login_default_login_area_enabled = ur_is_user_registration_pro_passwordless_login_default_login_area_enabled(); } else { $is_passwordless_login_default_login_area_enabled = 0; } /** * Action to fire before the rendering of customer login form. */ do_action( 'user_registration_before_customer_login_form' ); /** * Filter to modify the notice content before rendering of user registration login form. * * @param function Print notice function. * @return function. */ ur_add_notice( apply_filters( 'user_registration_post_login_errors', '' ), 'error' ); if ( ! $is_passwordless_enabled || $is_passwordless_login_default_login_area_enabled ) { ur_add_notice( apply_filters( 'user_registration_passwordless_login_notice', '' ), 'success' ); } apply_filters( 'user_registration_login_form_before_notice', ur_print_notices() ); ?>
%s
', 'user-registration' ), $login_title_label ) ); echo wp_kses_post( sprintf( __( '', 'user-registration' ), $login_title_description ) ); } ?>

%s *', esc_html( $labels['username'] ) ); } ?> "/>

' . $recaptcha_node . '
'; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } ?>

'; $label = get_option( 'user_registration_general_setting_registration_label' ); if ( ! empty( $label ) ) { ?> '; } } ?>