Title: Admin settings
Last modified: August 20, 2016

---

# Admin settings

 *  Resolved [timothysutton1](https://wordpress.org/support/users/timothysutton1/)
 * (@timothysutton1)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-settings-1/)
 * I would like editing access to YOP Poll limited to editors and admin (not authors).
 * Is there any way of doing this within YOP Poll, or maybe external an external
   plug in that might do the job?
 * Tim
 * [http://wordpress.org/extend/plugins/yop-poll/](http://wordpress.org/extend/plugins/yop-poll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * (@yourownprogrammer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/admin-settings-1/#post-3567058)
 * 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.

 * ![](https://ps.w.org/yop-poll/assets/icon-256x256.png?rev=3524390)
 * [YOP Poll](https://wordpress.org/plugins/yop-poll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yop-poll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yop-poll/)
 * [Active Topics](https://wordpress.org/support/plugin/yop-poll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yop-poll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yop-poll/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [editing](https://wordpress.org/support/topic-tag/editing/)

 * 1 reply
 * 2 participants
 * Last reply from: [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/admin-settings-1/#post-3567058)
 * Status: resolved