PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
user-registration
/
includes
/
admin
/
views
<?php /** * Admin View: Page - Export Users * * @package UserRegistration */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="ur-export-users-page"> <div class="nav-tab-content"> <div class="nav-tab-inside"> <div class="postbox"> <h3 class="hndle"><?php esc_html_e( 'GENERAL', 'user-registration' ); ?></h3> <div class="inside"> <p class="help"> <?php echo wp_kses_post( __( 'Export your users along with their extra information registered with a user registration form as a <strong>CSV</strong> file.', 'user-registration' ) ); ?> </p> <p> <select name="export_users" id="selected-export-user-form" class="ur-input forms-list"> <option value="" ><?php esc_html_e( 'Select Form', 'user-registration' ); ?></option> <?php foreach ( $all_forms as $form_id => $form ) { echo '<option value ="' . esc_attr( $form_id ) . '">' . esc_html( $form ) . '</option>'; } ?> </select> </p> <?php do_action( 'user_registration_custom_export_template', array_keys( $all_forms )[0] ); ?> <input type="button" class="button button-primary ur_export_user_action_button " name="user_registration_export_users" value="<?php esc_attr_e( 'Export Users', 'user-registration' ); ?>"> </div> </div><!-- .postbox --> </div> </div> </div>
[-] 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-promotional.php
[edit]
[-] html-notice-php-deprecation.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-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-login-page-forms.php
[edit]
[-] html-notice-update.php
[edit]
[-] html-deactivation-popup.php
[edit]