DONOTCACHEOBJECT
The WooCommerce Compare Products LITE DONOTCACHEOBJECT constant.
Value (string)
"true"
Usage
if ( defined( 'DONOTCACHEOBJECT' ) ) { // grab the value $value = constant( 'DONOTCACHEOBJECT' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /classes/class-wc-compare-filter.php
- define( "DONOTCACHEOBJECT", "true" );