Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * Force Buddypress Covers Activation.
  3. */
  4. function youzer_activate_buddypress_covers() {
  5. return true;
  6. }
  7.  
  8. add_filter( 'bp_is_profile_cover_image_active', 'youzer_activate_buddypress_covers', 999 );
  9. add_filter( 'bp_is_groups_cover_image_active', 'youzer_activate_buddypress_covers', 999 );
Add Comment
Please, Sign In to add comment