Aug 20, 2022 9:25 am
In 2.0.6 there is a new "feature"
- Spam Protection: Don’t show profile fields for users who don’t have content
Is there a function to turn this off?
It renders the Custom Profile Fields plugin near useless for my purposes.
2 Replies
Aug 20, 2022 2:36 pm
Hi @verek,
Please use this PHP hook code in Code Snippets plugin or in the functions.php of current active WordPress theme.
add_filter('wpforo_profile_field_displaying_restriction', '__return_false');