AI Search
Classic Search
Notifications
Clear all
Topic starter
16/06/2023 4:27 pm
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
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.
How to add PHP to WordPress (quick and easy)
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.