Loading 5 Extra Editor CSS Files on Front End
-
When this plugin is active it is loading 5 additional stylesheets on the front end that should only be loading in the dashboard for use by the block editor.
<link rel='stylesheet' id='wp-components-css' href='/wp-includes/css/dist/components/style.min.css?ver=5.6.1' media='all' /> <link rel='stylesheet' id='wp-editor-font-css' href='https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i&ver=5.6.1' media='all' /> <link rel='stylesheet' id='wp-block-editor-css' href='/wp-includes/css/dist/block-editor/style.min.css?ver=5.6.1' media='all' /> <link rel='stylesheet' id='wp-nux-css' href='/wp-includes/css/dist/nux/style.min.css?ver=5.6.1' media='all' /> <link rel='stylesheet' id='wp-editor-css' href='/wp-includes/css/dist/editor/style.min.css?ver=5.6.1' media='all' />
Obviously, for performance reasons, these extra resources shouldn’t be loading on the front end. Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Loading 5 Extra Editor CSS Files on Front End’ is closed to new replies.