errors - mixed contents admin panel is Unsecured

admin2025-04-18  0

below link is causing mixed content url errors which gives wp-admin insecure warnings, I want to change this URL http to https

I unable to find where this url is being called from

<html class="wp-toolbar” xmlns="” lang=”en-US">

below link is causing mixed content url errors which gives wp-admin insecure warnings, I want to change this URL http to https

I unable to find where this url is being called from

<html class="wp-toolbar” xmlns="http://www.w3/1999/xhtml” lang=”en-US">

Share Improve this question edited Dec 6, 2019 at 22:43 Elgoots 1626 bronze badges asked Dec 6, 2019 at 8:23 Jason0011Jason0011 1012 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

That should not effect wp-admin, I have never seen that happen before. Are you sure both your site url and homepage url's are set to https://

If you really want to change them to see if that is the issue, you could edit them in the following files: (there are multiple mentions of that url in some of them)

/wp-admin/includes/template.php
/wp-admin/maint/repair.php
/wp-admin/setup-config.php
/wp-admin/install.php
/wp-admin/upgrade.php

I will be very surprised if that is your issue.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1744931327a275174.html

最新回复(0)