Viewing 1 replies (of 1 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hey Tim

    To do this, in your wordpress go to Plugins->Editor.
    Then on the right choose Yop Poll as the plugin to be edited.

    The file you need to edit is yop-poll/inc/admin.php.

    Once you open the file, do a search for function current_user_can

    In that function you can find the options you need to edit.
    Just as an example …

    'manage_polls_options' => array(
    'administrator' => true,
    'editor' => true,
    'author' => false,
    'contributor' => false,
    'subscriber' => false,
    ),

    Please let us know if you have other questions.

    Best Regards,
    YOP Team

Viewing 1 replies (of 1 total)
  • The topic ‘Admin settings’ is closed to new replies.