Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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');