• Hello, I need to allow Editors to create/edit popups.

    I found this article in your support pages, I modified my functions.php file accordingly but it is not working.

    Am I missing something?

Viewing 1 replies (of 1 total)
  • Hi
    You can try with this code:

    <?php
    function timersys_wppopups_capability() {
    	return 'edit_others_posts';
    }
    add_filter('wppopups/manage_capability', 'timersys_wppopups_capability');

    The edit_others_posts capability is to Admin and Editors.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Allow editors to create popups’ is closed to new replies.