• Resolved rpdoty

    (@rpdoty)


    Hi,

    Is it possible to give the Shop Manager role permissions to use this plugin? If so, how?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @rpdoty

    Try adding this code snippet to your theme’s functions.php file:

    add_filter('wapf/setting/capability', function($c) { return 'manage_woocommerce'; } );

Viewing 1 replies (of 1 total)
  • The topic ‘Permissions and Roles’ is closed to new replies.