Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Created May 20, 2014 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Willem-Siebe/ba6428a1dcd6b767a818 to your computer and use it in GitHub Desktop.
Save Willem-Siebe/ba6428a1dcd6b767a818 to your computer and use it in GitHub Desktop.
Remove TablePress plugin CSS in favor of using LESS from Twitter Bootstrap, see http://wordpress.org/support/topic/disable-standard-tablepress-css?replies=10.
// Remove TablePress plugin CSS in favor of using LESS from Twitter Bootstrap, see https://gist.github.com/Willem-Siebe/ba6428a1dcd6b767a818.
add_filter( 'tablepress_use_default_css', '__return_false' );
@benjick
Copy link

benjick commented Aug 27, 2015

Do you know if there a way I could rewrite the output from Tablepress so I can use the actual styles in Bootstrap? Or how did you solve this?

Copy link

ghost commented Sep 30, 2018

Thanks a lot. This really helped me 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment