PluginProbe
Parse.ly / 3.14.1
Parse.ly v3.14.1
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
← All changes | src/Telemetry/Tracks/class-tracks.php +3 -0 3.18.03.14.1 View file →
@@ -10,8 +10,11 @@
10 10
11 11 namespace Parsely\Telemetry;
12 12
13 13 use WP_Error;
14 +use function Parsely\Utils\get_asset_info;
15 +use const Parsely\PARSELY_FILE;
16 +use const Parsely\PARSELY_VERSION;
14 17
15 18 /**
16 19 * This class comprises the mechanics of sending events to the Automattic Tracks
17 20 * system.