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

Reply To: Advanced Custom Fields and Frontend Filters

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Advanced Custom Fields and Frontend Filters Reply To: Advanced Custom Fields and Frontend Filters

#32572
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I’m afraid no, because there is no efficient way to check which ones are in use. When using the {get_values} statement, the plugin checks which ones are within the post meta table, and prints them. Checking them against the profiles for existence could get exponentially hard (as subqueries would have to be implemented) and may cause huge performance issues.