Title: Comments in header
Last modified: August 31, 2016

---

# Comments in header

 *  Resolved [imaginemonkey](https://wordpress.org/support/users/imaginemonkey/)
 * (@imaginemonkey)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/comments-in-header/)
 * I’m all for supporting plugin development, and generally dashboard ads don’t 
   bother me. However, appending html advertisement comments in the header of the
   website without giving the user an option to remove it isn’t right.
 * <!– This site uses the WordPress Twitter Bootstrap CSS plugin v3.3.6-0 from iControlWP
   [http://icwp.io/w/](http://icwp.io/w/) –>
 * That poses a security risk in my opinion, as it advertises which plugin the user
   has installed on their website. Other plugins offer the ability to remove these
   comments either within the plugin options or by not obscuring the code returning
   the output.
 * Even your “pro non ad” version only removes the dashboard ad. So, may I ask –
   how can we politely remove this advertisement from the header of our websites
   source code?
 * [https://wordpress.org/plugins/wordpress-bootstrap-css/](https://wordpress.org/plugins/wordpress-bootstrap-css/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/comments-in-header/#post-7114193)
 * Yea, no problem. This is really old code. I’ll put out an update to actually 
   remove this on Monday.
 *  Plugin Author [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * (@paultgoodchild)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/comments-in-header/#post-7114301)
 * I’ve added a filter to remove the debug line. In in the FAQs, but here is the
   line you can add to your functions.php for your theme to make the change permanent:
 * `add_filter( 'icwp_wptb_show_debug_comment', '__return_false' );`
 * Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments in header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-bootstrap-css_d0f2fd.svg)
 * [Twitter Bootstrap for WordPress](https://wordpress.org/plugins/wordpress-bootstrap-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-bootstrap-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-bootstrap-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-bootstrap-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-bootstrap-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-bootstrap-css/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Paul](https://wordpress.org/support/users/paultgoodchild/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/comments-in-header/#post-7114301)
 * Status: resolved