STATS_DASHBOARD_SERVER
The Jetpack by WordPress.com STATS DASHBOARD SERVER constant.
Value (string)
'dashboard.wordpress.com'
Usage
if ( defined( 'STATS_DASHBOARD_SERVER' ) ) { // grab the value $value = constant( 'STATS_DASHBOARD_SERVER' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /modules/stats.php
- defined( 'STATS_DASHBOARD_SERVER' ) or define( 'STATS_DASHBOARD_SERVER', 'dashboard.wordpress.com' );