Skip to content

Instantly share code, notes, and snippets.

@anandkumar
Created October 5, 2014 14:30
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 anandkumar/1e274c72cbcc7763fa5c to your computer and use it in GitHub Desktop.
Save anandkumar/1e274c72cbcc7763fa5c to your computer and use it in GitHub Desktop.
Remove bbpress breadcrumb
<?php
// Do not add above line.
add_filter('bbp_no_breadcrumb', function($arg) { return true; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment