add_role on my site and influence of bbpress
-
i need to create a new top of user and want to give it “read=>true” capability only…
example
$cpar_capabilities = array( 'read' => true ) add_role('course_participant', 'Course Participant', $cpar_capabilities);
would this mean he / she cant publish on the forums and if so how can i add the right capabilities so those user can participate in the forums but have read only permission
or any type of other permissions on my site?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.