This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Hide empty filter values of custom fields

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

#29577
Ernest MarcinkoErnest Marcinko
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.