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


Top ↑

Parameters Parameters

$debugging

(bool) Whether or not debugging is enabled. Returns true when SCRIPT_DEBUG is on, and false otherwise.

$package_id

(string) An ID used to identify the originating plugin or theme that defined the asset.


Top ↑

Source Source

File: includes/class-llms-assets.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.