Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Results Not displaying for specific keywords › Reply To: Search Results Not displaying for specific keywords
February 10, 2015 at 10:42 pm
#3864
Thanks!
It was a backup code in cases if the user selects custom field content, but the custom field is not accessible or doesn’t exist. I must have made forgot to re-factor the function. It should have look something like this:
if (!function_exists("get_content_w")) {
function get_content_w($content)
{
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
return $content;
}
}
Thanks for going through it 😉
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)