Get the URL for a duotone filter.
Description
Example output: url(#wp-duotone-blue-orange)
Parameters
$filter_id
stringrequired- The ID of the filter.
Source
private static function get_filter_url( $filter_id ) {
return "url(#$filter_id)";
}
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.