Skip to content

Commit

Permalink
fix: disable import export and support tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Mar 23, 2019
1 parent b83ac02 commit 2b7b6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class.perform-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public function __construct() {
'cdn' => __( 'CDN', 'perform' ),
'woocommerce' => __( 'WooCommerce', 'perform' ),
'advanced' => __( 'Advanced', 'perform' ),
'import_export' => __( 'Import/Export', 'perform' ),
'support' => __( 'Support', 'perform' ),
// 'import_export' => __( 'Import/Export', 'perform' ),
// 'support' => __( 'Support', 'perform' ),
);

$this->add_tabs();
Expand Down

0 comments on commit 2b7b6bb

Please sign in to comment.