Created
October 5, 2014 14:30
-
-
Save anandkumar/1e274c72cbcc7763fa5c to your computer and use it in GitHub Desktop.
Remove bbpress breadcrumb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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