VTMIN_EARLIEST_ALLOWED_PARENT_VERSION
V1.0.9.5 plugin now uses WOO messaging to send messages to screen.
Value (string)
'2.1.0'
Usage
if ( defined( 'VTMIN_EARLIEST_ALLOWED_PARENT_VERSION' ) ) { // grab the value $value = constant( 'VTMIN_EARLIEST_ALLOWED_PARENT_VERSION' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /woo-integration/vtmin-parent-definitions.php
- define('VTMIN_EARLIEST_ALLOWED_PARENT_VERSION', '2.1.0'); //v1.0.9.5 plugin now uses WOO messaging to send messages to screen