Skip to content

Commit

Permalink
Merge pull request #2724 from andrewlimaza/remove-pmpro-benchmark
Browse files Browse the repository at this point in the history
remove 'PMPRO_BENCHMARK'
  • Loading branch information
dparker1005 authored Dec 12, 2023
2 parents 9941381 + 136fd21 commit dfdc228
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions adminpages/login-csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
die( __( 'You do not have permissions to perform this action.', 'paid-memberships-pro' ) );
}

define( 'PMPRO_BENCHMARK', true );

if ( ! defined( 'PMPRO_BENCHMARK' ) ) {
define( 'PMPRO_BENCHMARK', false );
}
Expand Down
2 changes: 0 additions & 2 deletions adminpages/memberships-csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
die( __( 'You do not have permissions to perform this action.', 'paid-memberships-pro' ) );
}

define( 'PMPRO_BENCHMARK', true );

if ( ! defined( 'PMPRO_BENCHMARK' ) ) {
define( 'PMPRO_BENCHMARK', false );
}
Expand Down
2 changes: 0 additions & 2 deletions adminpages/orders-csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
die( __( "You do not have permissions to perform this action.", 'paid-memberships-pro' ) );
}

define('PMPRO_BENCHMARK', true);

if (!defined('PMPRO_BENCHMARK'))
define('PMPRO_BENCHMARK', false);

Expand Down

0 comments on commit dfdc228

Please sign in to comment.