Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fergerm

    (@fergerm)

    I have “fixed” this issue by adding
    $wp_roles->add_cap( ‘editor’, ‘manage_requests’ );

    the following line after
    $wp_roles->add_cap( ‘administrator’, ‘manage_requests’ );

    You can do the same for other roles.

    Plugin Author Scriptonite

    (@scriptonite)

    You can also use a Roles and Capabilities plugin like the one below to manage user capabilities and add the manage_request role to custom or pre-existing roles.
    http://ww.wp.xz.cn/plugins/capability-manager-enhanced/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editor with Manager Permissions’ is closed to new replies.