You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance: Use filesystem read instead of HTTP request for admin color scheme
Replace wp_remote_get() with file_get_contents() to read the local CSS file directly, avoiding unnecessary HTTP overhead on every front-end page load.
Fixes #65080
0 commit comments