Forums
Forums / Plugin: WP-Polls / Removing inline CSS from page
(@thinkero)
8 years, 7 months ago
I’m looking to avoid inline CSS printed in every page after WpPolls CSS link. Can you make an opt not to insert CSS in the page html source?
(@gamerz)
If you want it, you can always remove the action remove_action( 'wp_head', 'poll_head_scripts' );`
remove_action( 'wp_head', 'poll_head_scripts' );
Note that will remove both JS and CSS, so you have to add it inside your theme. I am assuming you know what you are doing.
The topic ‘Removing inline CSS from page’ is closed to new replies.