wzcbh_color_scheme_css_url
Filter the URL of the syntax highlighting color scheme CSS.
Type: filter
Since: 1.0.0
Source: includes/admin/class-settings.php line 357
Parameters
| Type | Name | Description |
|---|---|---|
string | $url | Absolute URL of the CSS file to enqueue. |
Usage
add_filter( 'wzcbh_color_scheme_css_url', function($url) {
// ...
return $url;
} );