Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Certificates::get_stylesheet_raw( string $stylesheet_href, boolean $allowed_only = true )
Get stylesheet raw content given its URL
Description Description
Parameters Parameters
- $stylesheet_href
-
(Required) The stylesheet href.
- $allowed_only
-
(Optional) Get only stylesheet whose host is not in the
export_blocked_stylesheet_hostslist.Default value: true
Return Return
(string|false)
Source Source
File: includes/class.llms.certificates.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.21.0 | Introduced. |