Forums
-
- Forum
- Posts
-
- Installation
- 28,411
- Troubleshooting
- 62,352
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,954
- Showcase
- 3,254
-
I think they mean the block words would not be visible to non-members that aren’t logged in. Not to allow anonymous posting.
A weird request but easily doable – you just take the word censoring plugin and add a if ( !bb_is_user_logged_in() ) { add_filter(blah blah blah)}
to it’s add_filter.