• How to make options page available to “Editors”?

    I’m using the Menu Editor plugin to give Editors access (level 7), however Tweet Old Post overrides this setting for the /wp-admin/admin.php?page=TweetOldPost page.

    However, Editors can access this page fine now: /wp-admin/admin.php?page=ExcludePosts

Viewing 1 replies (of 1 total)
  • Thread Starter fox7

    (@fox7)

    Found a hack.

    Wish the author would give us some option to control this.

    in top-admin.php line 10:

    change from:

    if (current_user_can(‘manage_options’)) {

    to for example:

    if (current_user_can(‘read’)) {

Viewing 1 replies (of 1 total)
  • The topic ‘How to make options page available to "Editors"?’ is closed to new replies.