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

Reply To: Compatibility issue with Salient theme

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Compatibility issue with Salient theme Reply To: Compatibility issue with Salient theme

#4145
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

That would be a good solution I guess. The new search update is almost ready for release, which uses prefixed function names (including this one) to prevent these types of issues forever, so a temporary solution is also fine. (like commenting out the code, or removing it)

You can also edit the main theme to add the “function_exists” statement there as well, because after the search update, this function name will no longer be declared in the search code.