Guest User

Untitled

a guest
Jun 19th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /**
  2. * Dummy class to disable bbPress forums activity recording.
  3. */
  4. class BBP_BuddyPress_Activity {
  5. }
  6.  
  7. add_filter( 'bp_anonymous_activity_enable_forums', '__return_true' );
Advertisement
Add Comment
Please, Sign In to add comment