PATH:
home
/
lab2454c
/
veritserv.net
/
wp-content
/
plugins
/
user-registration-pro
/
includes
/
admin
/
views
<?php /** * Admin View: Settings * * @package UserRegistration */ 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="' . esc_url( 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' : '' ) . '">' . esc_html( $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 esc_attr( apply_filters( 'user_registration_setting_save_label', esc_attr__( 'Save Changes', 'user-registration' ) ) ); ?>" /> <?php endif; ?> <input type="hidden" name="subtab" id="last_tab" /> <?php wp_nonce_field( 'user-registration-settings' ); ?> </p> </form> </div>
[-] html-admin-page-addons.php
[edit]
[-] html-notice-registration.php
[edit]
[-] html-notice-custom.php
[edit]
[-] html-notice-updated.php
[edit]
[-] html-admin-settings.php
[edit]
[-] html-notice-updating.php
[edit]
[+]
..
[-] html-admin-page-form-templates.php
[edit]
[-] html-notice-key-deactivated.php
[edit]
[-] html-license-form.php
[edit]
[-] html-admin-page-export-users.php
[edit]
[-] html-admin-page-import-export-forms.php
[edit]
[-] html-notice-key-activated.php
[edit]
[-] html-admin-page-builder-setup.php
[edit]
[-] html-notice-error.php
[edit]
[-] html-notice-deactivation.php
[edit]
[-] html-admin-page-status.php
[edit]
[-] html-admin-page-status-logs.php
[edit]
[-] html-admin-page-forms.php
[edit]
[-] html-notice-install.php
[edit]
[-] html-notice-key-unvalidated.php
[edit]
[-] html-notice-update.php
[edit]