Reply To: Predictive search not working

#12533
kensacreative
kensacreative
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);
}

Attachments:
You must be logged in to view attached files.