#perfmatters-admin .perfmatters-tooltip-subtext{display: none;}'; } //settings wrapper echo '
'; //hidden h2 for admin notice placement echo '

'; //flex container echo '
'; echo '
'; //header echo '
'; echo '
'; //logo echo ' '; //menu toggle echo ''; echo '
'; //menu echo '
'; if(is_network_admin()) { //network echo '' . __('Network', 'perfmatters') . ''; } else { //options echo '' . __('Options', 'perfmatters') . ''; echo ''; //tools echo '' . __('Tools', 'perfmatters') . ''; echo ''; } //license if(!is_plugin_active_for_network('perfmatters/perfmatters.php') || is_network_admin()) { echo '' . __('License', 'perfmatters') . ''; } //support echo '' . __('Support', 'perfmatters') . ''; echo '
'; echo '
'; echo '
'; echo '
'; echo '
'; //version number echo '' . __('Version', 'perfmatters') . ' ' . PERFMATTERS_VERSION . ''; //options tab if($tab == 'options') { echo '
'; //options subnav echo ''; settings_fields('perfmatters_options'); echo '
'; perfmatters_settings_section('perfmatters_options', 'perfmatters_options', 'dashicons-dashboard'); perfmatters_settings_section('perfmatters_options', 'login_url'); perfmatters_settings_section('perfmatters_options', 'perfmatters_woocommerce'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'assets', 'dashicons-editor-code'); perfmatters_settings_section('perfmatters_options', 'assets_js'); perfmatters_settings_section('perfmatters_options', 'assets_css'); perfmatters_settings_section('perfmatters_options', 'assets_code'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'preload', 'dashicons-clock'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'lazyload', 'dashicons-images-alt2'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'perfmatters_fonts', 'dashicons-editor-paste-text'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'perfmatters_cdn', 'dashicons-admin-site-alt2'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_options', 'perfmatters_analytics', 'dashicons-chart-bar'); echo '
'; submit_button(); echo '
'; //tools tab } elseif($tab == 'tools') { echo '
'; //tools subnav echo ''; settings_fields('perfmatters_tools'); echo '
'; perfmatters_settings_section('perfmatters_tools', 'plugin', 'dashicons-admin-plugins'); echo '
'; echo '
'; perfmatters_settings_section('perfmatters_tools', 'database', 'dashicons-database'); echo '
'; submit_button(); //optimize schedule warning display echo ''; echo '
'; } elseif($tab == 'license') { require_once('license.php'); } elseif($tab == 'support') { require_once('support.php'); } elseif($tab == 'network') { //network output require_once('network.php'); } //display correct section based on URL anchor echo ''; echo '
'; echo '
'; echo '
'; echo '
';