Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. // Disable Youzer template !
  4. function yzc_disable_youzer_template() {
  5. remove_filter( 'template_include', 'youzer_template', 99999 );
  6. }
  7. add_action( 'bp_init', 'yzc_disable_youzer_template', 9 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement