apply_filters( 'llms_assets_debug', bool $debugging , string $package_id )
Filter asset debug mode.
Description Description
Asset debug mode is used only to help debug inline assets although the asset suffix is also controlled by the same WP Core constants.g
Parameters Parameters
- $debugging
-
(bool) Whether or not debugging is enabled. Returns
true
whenSCRIPT_DEBUG
is on, andfalse
otherwise. - $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. |