Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created March 14, 2019 22:53
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 KaineLabs/0d11294410fc74d40df329f27c357161 to your computer and use it in GitHub Desktop.
Save KaineLabs/0d11294410fc74d40df329f27c357161 to your computer and use it in GitHub Desktop.
Michigan Theme Fix
<?php
// Michigan Theme Fix.
function yzc_michigan_theme_fix() {
remove_action('bp_setup_nav', 'michigan_webnus_bp_nav', 1000 );
}
add_action('bp_setup_nav', 'yzc_michigan_theme_fix' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment