Last active
August 29, 2015 14:20
-
-
Save modemlooper/4806ac62c2df80832abe to your computer and use it in GitHub Desktop.
BuddyPress filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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