Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/plugins/segmentio/includes/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/segmentio/includes/class.analytics-wordpress.php

<?php

/**
 * This exists solely for the purpose of backwards compatibility.  We do _not_ recommend using the Analytics_Wordpress class.
 * If you do, you do so at your own risk, a risk primarily of namespace clashes.
 */
if ( ! class_exists( 'Analytics_Wordpress' ) ) {
	class Analytics_Wordpress extends Segment_Analytics_WordPress {
		public function __construct() {
			return parent::get_instance();
		}
	}
}