Possibility to disable CSS adding to the head
-
Hi there,
Some theme requires that you register stylesheet through their own function, in order to minimize conflicts.
I guess you know what I mean, as I saw some exception in your code so that thesis editor pages wouldn’t get the bootstrap css (line 157 of hlt-bootstrapcss.php).
if ( !is_admin() && !in_array($GLOBALS['pagenow'], array('wp-login.php', 'wp-register.php')) && !isset( $_GET['thesis_editor'] ) ) {
I would be nice to have the possibility to disable the output within the head.
Second wish would then to have a nice access to $aIncludesList (the list of CSS files to include) in order to register those files to the theme.Do you think this makes sense ?
Thx for this great plugin.https://www.ads-software.com/extend/plugins/wordpress-bootstrap-css/
- The topic ‘Possibility to disable CSS adding to the head’ is closed to new replies.