| @@ -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', |