An array of registered script handles this script depends on.
$version
: string
= WC_VERSION
String specifying script version number, if it has one, which is added to the URL as a query string for cache busting purposes. If version is set to false, a version number is automatically added equal to current installed WordPress version. If set to null, no version is added.
Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory.
$deps
: array<string|int, string>
= array()
An array of registered stylesheet handles this stylesheet depends on.
$version
: string
= WC_VERSION
String specifying stylesheet version number, if it has one, which is added to the URL as a query string for cache busting purposes. If version is set to false, a version number is automatically added equal to current installed WordPress version. If set to null, no version is added.
$media
: string
= 'all'
The media for which this stylesheet has been defined. Accepts media types like 'all', 'print' and 'screen', or media queries like '(orientation: portrait)' and '(max-width: 640px)'.
An array of registered script handles this script depends on.
$version
: string
= WC_VERSION
String specifying script version number, if it has one, which is added to the URL as a query string for cache busting purposes. If version is set to false, a version number is automatically added equal to current installed WordPress version. If set to null, no version is added.
$in_footer
: bool
= array('strategy' => 'defer')
Whether to enqueue the script before instead of in the
Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory.
$deps
: array<string|int, string>
= array()
An array of registered stylesheet handles this stylesheet depends on.
$version
: string
= WC_VERSION
String specifying stylesheet version number, if it has one, which is added to the URL as a query string for cache busting purposes. If version is set to false, a version number is automatically added equal to current installed WordPress version. If set to null, no version is added.
$media
: string
= 'all'
The media for which this stylesheet has been defined. Accepts media types like 'all', 'print' and 'screen', or media queries like '(orientation: portrait)' and '(max-width: 640px)'.