'basic', 'tab-name' => __( 'BASIC OPTIONS', 'breeze' ), 'tab-icon' => 'basic', ), array( 'tab-slug' => 'file', 'tab-name' => __( 'FILE OPTIMIZATION', 'breeze' ), 'tab-icon' => 'file', ), array( 'tab-slug' => 'preload', 'tab-name' => __( 'PRELOAD', 'breeze' ), 'tab-icon' => 'preload', ), array( 'tab-slug' => 'advanced', 'tab-name' => __( 'ADVANCED OPTIONS', 'breeze' ), 'tab-icon' => 'advanced', ), array( 'tab-slug' => 'heartbeat', 'tab-name' => __( 'HEARTBEAT API', 'breeze' ), 'tab-icon' => 'heartbeat', ), array( 'tab-slug' => 'database', 'tab-name' => __( 'DATABASE OPTIONS', 'breeze' ), 'tab-icon' => 'database', ), // array( // 'tab-slug' => 'varnish', // 'tab-name' => __( 'VARNISH', 'breeze' ), // 'tab-icon' => 'varnish', // ), array( 'tab-slug' => 'cdn', 'tab-name' => __( 'CDN', 'breeze' ), 'tab-icon' => 'cdn', ), array( 'tab-slug' => 'varnish', 'tab-name' => __( 'VARNISH', 'breeze' ), 'tab-icon' => 'varnish', ), array( 'tab-slug' => 'tools', 'tab-name' => __( 'TOOLS', 'breeze' ), 'tab-icon' => 'tools', ), array( 'tab-slug' => 'faq', 'tab-name' => __( 'FAQs', 'breeze' ), 'tab-icon' => 'faqs', ), ); $section_icons = array(); $section_title = array(); $show_tabs = true; $is_subsite = is_multisite() && get_current_screen()->base !== 'settings_page_breeze-network'; $logo_subsite = ''; $is_inherited_settings = false; if ( $is_subsite ) { $logo_subsite = ' subsite-logo'; // Show settings inherit option. $inherit_settings = get_option( 'breeze_inherit_settings', '0' ); $is_inherited_settings = isset( $inherit_settings ) ? filter_var( $inherit_settings, FILTER_VALIDATE_BOOLEAN ) : false; $check_inherit_setting = ( isset( $is_inherited_settings ) && false === $is_inherited_settings ) ? checked( $inherit_settings, '0', false ) : ''; if ( true === $is_inherited_settings ) { $show_tabs = false; } } ?>
 
( true === $is_inherited_settings ) ? 'br-show' : 'br-hide', 'custom' => ( false === $is_inherited_settings ) ? 'br-show' : 'br-hide', ); ?>

:
:

/>
style="margin-left: 25px;"/>