Notifications
Clear all

[Solved] User Profile

3 Posts
2 Users
1 Reactions
414 Views
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 7 years ago

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
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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');
VereK
Posts: 522
Topic starter
(@verek)
Honorable Member
Joined: 7 years ago

Thank you @Robert