JETPACK__VERSION
The Jetpack by WordPress.com JETPACK VERSION constant.
Value (string)
'3.7.1'
Usage
if ( defined( 'JETPACK__VERSION' ) ) { // grab the value $value = constant( 'JETPACK__VERSION' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /jetpack.php
- define( 'JETPACK__VERSION', '3.7.1' );