= 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; ?>
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' ); } ?>