Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Predictive search not working › Reply To: Predictive search not working
March 29, 2017 at 2:50 pm
#12533
Participant
Hello,
Just so we’re on the same.
I am sending you a screenshot of the where i need add the following code, please so I dont mess this up
add_filter(‘admin_url’, ‘asp_change_admin_url’, 99999, 1);
function asp_change_admin_url($url) {
return str_replace(‘https:’, ‘http:’, $url);
}