Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hide empty filter values of custom fields › Reply To: Hide empty filter values of custom fields
September 29, 2020 at 1:35 pm
#29577
Keymaster
Thank you, that fixed it.
Unfortunately I’m afraid this is not possible without custom coding. The plugin only requests the custom fields from the wordpress post meta database or ACF (if you use it). You can take a look at the frontend filters API, that lets you modify the filter values.