Stop loading Admin components/editors on Front End?
-
The plugin loads the following WP styles on the Front End. Some relate to the ‘editor’ – shouldn’t they be restricted to only loading in wp-admin?
<link rel=’stylesheet’ id=’wp-components-css’ href=’URL_HERE/wp-includes/css/dist/components/style.min.css?ver=5.4.2′ 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.4.2′ media=’all’ />
<link rel=’stylesheet’ id=’wp-block-editor-css’ href=’URL_HERE/wp-includes/css/dist/block-editor/style.min.css?ver=5.4.2′ media=’all’ />
<link rel=’stylesheet’ id=’wp-nux-css’ href=’URL_HERE/wp-includes/css/dist/nux/style.min.css?ver=5.4.2′ media=’all’ />
<link rel=’stylesheet’ id=’wp-editor-css’ href=’URL_HERE/wp-includes/css/dist/editor/style.min.css?ver=5.4.2′ media=’all’ />
<link rel=’stylesheet’ id=’fastspring-style-css-css’ href=’URL_HERE/wp-content/plugins/fastspring/dist/blocks.style.build.css?ver=5.4.2′ media=’all’ />
- The topic ‘Stop loading Admin components/editors on Front End?’ is closed to new replies.