Skip to content

Instantly share code, notes, and snippets.

@modemlooper
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save modemlooper/4806ac62c2df80832abe to your computer and use it in GitHub Desktop.

Select an option

Save modemlooper/4806ac62c2df80832abe to your computer and use it in GitHub Desktop.
BuddyPress filters
//turn off webcam support
add_filter( ‘bp_avatar_use_webcam’, ‘__return_false’ )
// turn off star messages
add_filter( 'bp_messages_is_starred_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment