• Resolved talkedtv

    (@talkedtv)


    I use the Adminimize plugin to block access to certain menu items for users. It appears that the Accessibility Helper options are only visible by an Administrator. Is there a way to give a user with the “Editor” role access to the “Attachments Control Center”?

    Thank you for your help. The plugin is fantastic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alex Volkov

    (@vol4ikman)

    In the wp-accessibility-helper.php file you should change some code,

    find:

        add_submenu_page(
        	'wp_accessibility',
            __( 'Attachments Control', 'wp-accessibility-helper' ),'Attachments Control','manage_options','wp_accessibility_image','wah_attachments'
    	);

    and change “manage_options” to something else…

    you can find more info here:
    CODEX

    • This reply was modified 6 years, 9 months ago by Alex Volkov.
    Thread Starter talkedtv

    (@talkedtv)

    That worked perfectly. Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editor access to “Attachments Control Center”’ is closed to new replies.