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