apply_filters( "llms_get_{$type}_asset", array|false $asset , string $handle )
Filter static asset data prior to enqueueing or registering it with the WordPress core
Description Description
The dynamic portion of this filter, {$type}, refers to the asset type. Either "script" or "style".
Parameters Parameters
- $asset
-
Array of asset data or
falseif the asset has not been defined with LifterLMS. - $handle
-
The asset handle.
Source Source
File: includes/class-llms-assets.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |