Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. // Michigan Theme Fix.
  3. function yzc_michigan_theme_fix() {
  4. remove_action('bp_setup_nav', 'michigan_webnus_bp_nav', 1000 );
  5. }
  6. add_action('bp_setup_nav', 'yzc_michigan_theme_fix' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement