eighteen73 / orbit

Opinionated overrides for default WordPress behaviour.
MIT License
3 stars 0 forks source link

Use `ORBIT_URL` to fix HTTPS content warning #12

Closed hempsworth closed 2 weeks ago

hempsworth commented 4 months ago

Using WPMU_PLUGIN_URL loads the CSS file over HTTP, which results in a mixed content warning.

CleanShot 2024-06-10 at 12 52 43

Changing this to ORBIT_URL resolves the issue.