define( 'LEARNDASH_SCRIPT_VERSION_TOKEN', string $value )
Define LearnDash LMS – Sets a unique value to be appended to CSS/JS URLS.
Contents
Description #
The default value is the plugin version LEARNDASH_VERSION
. If LEARNDASH_SCRIPT_DEBUG
is set to true
the value will also append a timestamp ensuring a unique URL for each request.
Parameters #
- $value
-
(string) (Required) Default is define
LEARNDASH_VERSION
value.
Source #
Changelog #
Version | Description |
---|---|
2.5.0 | Introduced. |