S2VERSION
The Subscribe2 S2VERSION constant.
Value (string)
'9.4'
Usage
if ( defined( 'S2VERSION' ) ) { // grab the value $value = constant( 'S2VERSION' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /subscribe2.php
- define( 'S2VERSION', '9.4' );