= strtotime( get_option( 'patchstack_license_expiry', '' ) ) ); $show_settings = $this->get_option( 'patchstack_show_settings', 0 ) == 1; if ( ( ! $show_settings && $_GET['page'] != 'patchstack-multisite-settings' ) || ( $status && $active_tab != 'license' && $_GET['page'] != 'patchstack-multisite-settings' ) ) { $_GET['tab'] = $active_tab = 'license'; } // Determine the URL's. $page = $_GET['page'] == 'patchstack-multisite-settings' ? 'patchstack-multisite-settings' : $this->plugin->name; ?>

" . esc_html( $site_info->domain ) . ''; } ?>

If you would like to change the settings of a specific site, visit the administration panel of the site in question. Click here for an overview of sites.', 'patchstack' ); } else { _e( 'Note that because this is a multisite/network environment, certain settings can only be managed by the super administrator of the WordPress network.', 'patchstack' ); } ?>


get_option( 'patchstack_license_free', 0 ) == 1 ) { require 'license-free.php'; } else { if ( $status && $_GET['page'] != 'patchstack-multisite-settings' ) { require 'license.php'; } else { $form_action = is_multisite() ? '' : 'options.php'; switch ( $active_tab ) { case 'hardening': require 'hardening.php'; break; case 'firewall': require 'firewall.php'; break; case 'login': require 'login.php'; break; case 'cookienotice': require 'cookie-notice.php'; break; case 'logs': require 'logs.php'; break; case 'license': require 'license.php'; break; case 'multisite': require 'multisite-activation.php'; break; default: break; } } } ?>