Topic starter
16/06/2023 12:27 pm
wpForo has a function that prevents the display of user's profile fields if the current user doesn’t have any posts.
However, once the user has at least one approved topic or post, the user’s profile fields will be shown in the User Profile Tab.
The following code can be used to disable this function.
add_filter( 'wpforo_profile_field_displaying_restriction', '__return_false' );
Note that this option is not related to Min number of posts to be able to edit profile information option.
This topic was modified 1 year ago 2 times by Chris
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.