<link rel='stylesheet' being converted to inline css
-
I have a plugin whose shortcode implementation outputs
<link rel='stylesheet' type='text/css' href='...css' />
(actual href excluded here). In other words, outputting a link to a stylesheet.This works perfectly on my development site but, on the production site, something is imbedding the CSS file’s content so that the link is removed and becomes
<style>css file content</style>
Any ideas on how to debug this problem?
It’s not practical to sequentially disable each plugin on the productions site, as there are more than 40 plugins.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘<link rel='stylesheet' being converted to inline css’ is closed to new replies.