Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Damian

    (@timersys)

    I don’t understand you ??

    Thread Starter W-P-Zar

    (@carbashop)

    I need to allow users with permission “editor”
    they can edit popups

    Plugin Author Damian

    (@timersys)

    Try something like:

    add_filter('spu/settings_page/roles', 'my_custom_role');
    function my_custom_role(){
    return 'edit_others_posts';
    }
    Thread Starter W-P-Zar

    (@carbashop)

    thanks!!!

    Thread Starter W-P-Zar

    (@carbashop)

    work

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘the rule editor edit popup’ is closed to new replies.