apply_filters( "llms_get_{$type}_asset_definitions", array[] $list , string $package_id )
Filter the definition list of static assets for the given type
Description Description
The dynamic portion of this filter, {$type}
, refers to the asset type. Either "script" or "style".
Parameters Parameters
- $list
-
(array[]) The definition list.
- $package_id
-
(string) An ID used to identify the originating plugin or theme that defined the asset.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |