__( 'General Settings', 'litespeed-cache' ), 'settings_tuning' => __( 'Tuning', 'litespeed-cache' ), ); if ( $this->_is_network_admin ) { $menu_list = array( 'network_settings' => __( 'General Settings', 'litespeed-cache' ), ); } ?>

v
form_action(); // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "
"; require LSCWP_DIR . "tpl/general/$tab.tpl.php"; echo "
"; } $this->form_end(); ?>