PMPRO_BENCHMARK
The Paid Memberships Pro PMPRO BENCHMARK constant.
Value (bool)
false
Usage
if ( defined( 'PMPRO_BENCHMARK' ) ) { // grab the value $value = constant( 'PMPRO_BENCHMARK' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (3)
The constant is defined in the following location(s).
- /adminpages/memberslist-csv.php
- define('PMPRO_BENCHMARK', false);
- /adminpages/orders-csv.php
- define('PMPRO_BENCHMARK', true);
- define('PMPRO_BENCHMARK', false);