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

    (@ijas0n)

    I just found my own answer…For those that want to allow their clients with the Editor Role to use this plugin open up the file prli-main.php and on line 16 change the role from “administrator” to “edit_posts”. This will allow any user with the “edit_posts” permissions to use this plugin.

    Change:
    $role = 'administrator';
    to this:
    $role = 'edit_posts';

    Hope that helps

    Plugin Author cartpauj

    (@cartpauj)

    Yeah, that will work, the Pro version has this as an option built in as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow Editor Role to Use’ is closed to new replies.