Aug 09, 2025 3:57 pm
A restriction exists for a new user to edit their member profile based on the number of approved posts the user has created. I want to set this value to "0". There is no option to accomplish this in the WP Foro settings that I can find.
Is there a PHP snippet that can handle this? I picked up this snippet from a previous post on the matter, but it doesn't do what I'm looking for.
add_filter( 'wpforo_profile_field_displaying_restriction', '__return_false' );