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/class-scripts.php +2 -2 3.24.03.14.1 View file →
@@ -9,9 +9,9 @@
9 9 declare(strict_types=1);
10 10
11 11 namespace Parsely;
12 12
13 -use Parsely\Utils\Utils;
13 +use function Parsely\Utils\get_asset_info;
14 14
15 15 /**
16 16 * Inserts the scripts and tracking code into the site's front-end.
17 17 *
@@ -62,9 +62,9 @@
62 62 PARSELY_VERSION,
63 63 true
64 64 );
65 65
66 - $loader_asset = Utils::get_asset_info( 'build/loader.asset.php' );
66 + $loader_asset = get_asset_info( 'build/loader.asset.php' );
67 67
68 68 wp_register_script(
69 69 'wp-parsely-loader',
70 70 plugin_dir_url( PARSELY_FILE ) . 'build/loader.js',