Loader::get_script_asset_filename( string $script_path_name, string $file )
Gets a script asset registry filename. The asset registry lists dependencies for the given script.
Description Description
Parameters Parameters
- $script_path_name
-
(Required) Path to where the script asset registry is contained.
- $file
-
(Required) File name (without extension).
Return Return
(string) complete asset filename.
Source Source
File: packages/woocommerce-admin/src/Loader.php