Title: Local Version &#8211; Editor Access
Last modified: August 7, 2026

---

# Local Version – Editor Access

 *  [mactopher](https://wordpress.org/support/users/mactopher/)
 * (@mactopher)
 * [1 day, 5 hours ago](https://wordpress.org/support/topic/local-version-editor-access/)
 * It looks like there is an issue that was introduced in 2.4.9 that prevents users
   with the editor role from being able to access the plugin. Even when **Settings
   > Advanced > Show the dashboard widget** for is set to “Editor and Above”, editors
   are not able to access the tool – it doesn’t show up in the admin menu and when
   going to /admin.php?page=view-broken-link, there is a “Sorry, you are not allowed
   to access this page.” error. 
   I tried resaving the setting as mentioned in this
   [Permission for Editor user after last update issue](https://wordpress.org/support/topic/permission-for-editor-user-after-last-update/),
   but that did not fix it. I think it may be related to:
 *     ```wp-block-code
       ! empty( $local_settings->dashboard_widget_capability )
       ```
   
 * in `app/admin-pages/local-submenu/class-controller.php`, `prepare_props()`
   Changing
   that to:
 *     ```wp-block-code
       ! empty( $local_settings->get( 'dashboard_widget_capability' ) )
       ```
   
 * Seems to fix the issue.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [19 hours, 39 minutes ago](https://wordpress.org/support/topic/local-version-editor-access/#post-18987733)
 * Hi [@mactopher](https://wordpress.org/support/users/mactopher/)
 * I hope you are doing well and thank you for reporting it.
 * I could replicate the problem and reported to our developers, we can’t give an
   estimated time to release the fix but I hope we can include in any upcoming version.
 * Best Regards
    Patrick Freitas

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flocal-version-editor-access%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/broken-link-checker/assets/icon-256x256.png?rev=2900468)
 * [Broken Link Checker](https://wordpress.org/plugins/broken-link-checker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/broken-link-checker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/broken-link-checker/)
 * [Active Topics](https://wordpress.org/support/plugin/broken-link-checker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/broken-link-checker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/broken-link-checker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * Last activity: [19 hours, 39 minutes ago](https://wordpress.org/support/topic/local-version-editor-access/#post-18987733)
 * Status: not resolved