Skip to content

Instantly share code, notes, and snippets.

@themeblvd
Created April 28, 2013 18:24
Show Gist options
  • Save themeblvd/5477857 to your computer and use it in GitHub Desktop.
Save themeblvd/5477857 to your computer and use it in GitHub Desktop.
// In your child theme's functions.php just unhook the process.
// Your client obviously doesn't need to know about TB plugins
// at this point; so it's no biggy... No "hacking" involved :)
remove_action( 'after_setup_theme', 'themeblvd_plugins' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment