Notifications
Clear all

Enable Member Profile Editing

1 Posts
1 Users
0 Reactions
10 Views
Posts: 1
Topic starter
(@david-k)
New Member
Joined: 3 hours ago

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' );
Topic Tags