Get the URL for a duotone filter.
Example output: url(#wp-duotone-blue-orange)
$filter_idstringrequired
private static function get_filter_url( $filter_id ) {
return "url(#$filter_id)";
}
| Version | Description |
|---|---|
| 6.3.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_duotone/get_filter_url