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