Formattable_Filter
Formattable_Filter interface provides a single method "get_active_formatted_values".
The method is responsible for formatting the values of the filter that are currently active.
Usually this is displayed in the active filters list on the frontend.
Tags
Table of Contents
- get_active_formatted_values() : string|array<string|int, mixed>
- Get the formatted values of the filter that are currently active.
Methods
get_active_formatted_values()
Get the formatted values of the filter that are currently active.
public
get_active_formatted_values() : string|array<string|int, mixed>