NGG_DISABLE_RESOURCE_MANAGER
The WooCommerce POS NGG DISABLE RESOURCE MANAGER constant.
Value (bool)
true
Usage
if ( defined( 'NGG_DISABLE_RESOURCE_MANAGER' ) ) { // grab the value $value = constant( 'NGG_DISABLE_RESOURCE_MANAGER' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /includes/class-wc-pos-activator.php
- define( 'NGG_DISABLE_RESOURCE_MANAGER', true );