Title: [Plugin: BotBlocker] Incorrect Stylesheet Path
Last modified: August 20, 2016

---

# [Plugin: BotBlocker] Incorrect Stylesheet Path

 *  [counterfill](https://wordpress.org/support/users/counterfill/)
 * (@counterfill)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-botblocker-incorrect-stylesheet-path/)
 * Hello,
 * The stylesheet path output by this plugin is incorrect in WP 3.4.1 and breaks
   when minified because of an extra forward slash before the stylesheet filename.
 * The addStylesheet function outputs the stylesheet path as [http://siteurl.com/wp-content/plugins/botblocker//styles.css?ver=3.4.1](http://siteurl.com/wp-content/plugins/botblocker//styles.css?ver=3.4.1)
   
   using the code: `wp_register_style( 'BotBlockerCSS', $pluginPath.'/styles.css');`
 * Updating this code to the following corrects the issue:
    `wp_register_style( '
   BotBlockerCSS', $pluginPath.'styles.css');`
 * [http://wordpress.org/extend/plugins/botblocker/](http://wordpress.org/extend/plugins/botblocker/)

The topic ‘[Plugin: BotBlocker] Incorrect Stylesheet Path’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/botblocker.svg)
 * [BotBlocker](https://wordpress.org/plugins/botblocker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/botblocker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/botblocker/)
 * [Active Topics](https://wordpress.org/support/plugin/botblocker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/botblocker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/botblocker/reviews/)

## Tags

 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 0 replies
 * 1 participant
 * Last reply from: [counterfill](https://wordpress.org/support/users/counterfill/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-botblocker-incorrect-stylesheet-path/)
 * Status: not resolved