File manager - Edit - /home/theblueo/questionnaire/wp-content/plugins/user-registration/includes/admin/views/html-admin-page-status.php
Back
<?php /** * Admin View: Page - Status */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $current_tab = ! empty( $_REQUEST['tab'] ) ? sanitize_title( $_REQUEST['tab'] ) : 'logs'; $tabs = array( 'logs' => __( 'Logs', 'user-registration' ), ); $tabs = apply_filters( 'user-registration_admin_status_tabs', $tabs ); ?> <div class="wrap user-registration"> <nav class="nav-tab-wrapper woo-nav-tab-wrapper"> <?php foreach ( $tabs as $name => $label ) { echo '<a href="' . admin_url( 'admin.php?page=user-registration-status&tab=' . $name ) . '" class="nav-tab '; if ( $current_tab == $name ) { echo 'nav-tab-active'; } echo '">' . $label . '</a>'; } ?> </nav> <h1 class="screen-reader-text"><?php echo esc_html( $tabs[ $current_tab ] ); ?></h1> <?php UR_Admin_Status::status_logs(); ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings