Loading bootstrap in the admin
-
You plugin seems to load bootstrap in the wordpress admin. This is messing up a lot of styles.
wp_enqueue_style( 'myCSS1', plugins_url( '/css/bootstrap.min.css', __FILE__ ) );Not sure why your plugin would even need bootstrap.
The topic ‘Loading bootstrap in the admin’ is closed to new replies.