'; foreach ( $login_form_settings['sections'] as $section ) { echo '
'; echo '
' . __( $section['title'], 'user-registration' ) . '
'; echo '
'; echo '
'; render_login_option_settings( $section ); echo '
'; echo '
'; } echo ''; ?>
%s', esc_html__( 'You can add the following shortcode in the pages where you want to show the login form.', 'user-registration' ) ); ?>
%s', esc_html__( 'If you want to create a My Account page, you need to create a new page and add the following shortcode. This will show the My Account Login Form.', 'user-registration' ) ); ?>