Forum Replies Created
-
AuthorPosts
-
kensacreative
Participantworking – thanks!
kensacreative
Participantso like this right? Sorry my PHP isn’t great
// END ENQUEUE PARENT ACTION
add_filter(‘admin_url’, ‘asp_change_admin_url’, 99999, 1);
function asp_change_admin_url($url) {
return str_replace(‘https:’, ‘http:’, $url);
}kensacreative
ParticipantHello,
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);
}kensacreative
Participantmagic! It works when we add “https://” before the domain
It works on this URL now: https://skillstemp1.wpengine.com/
Thanks for you help and support!
kensacreative
ParticipantYou cannot access this content.
kensacreative
ParticipantYou cannot access this content.
kensacreative
ParticipantYou cannot access this content.
kensacreative
ParticipantThanks Ernest!
-
AuthorPosts