enqueue_package_file( string $file_identifier, string $version, string $path )
Adds the version of a package file to the $jetpack_packages_files global array so that we can load the most recent version after ‘plugins_loaded’.
Description Description
Parameters Parameters
- $file_identifier
-
(Required) Unique id to file assigned by composer based on package name and filename.
- $version
-
(Required) Version of the file.
- $path
-
(Required) Absolute path to the file so that we can load it.
Source Source
File: woocommerce/packages/woocommerce-admin/vendor/autoload_packages.php