Change WordPress user roles and capabilities › Forums › Give user access to plugin – how to › Use with quiz plugin › Reply To: Use with quiz plugin
23/08/2016 at 01:29
#2643
Keymaster
Hi,
I looked at the WpProQuiz plugin code. It uses its own database tables, not custom post type. So User Role Editor can not help you to show to the users just their own quiz. It’s seems that user with ‘wpProQuiz_edit_quiz’ capability can edit any quiz.
It’s possible to set restrictions with additional programming only.