Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Do you mean the Shop Manager role? I’m not too familiar with WooCommerce, but anyone without the manage_options capability should not be able to access the Code Snippets menu.

    If you need to change what capability this is, you can do so like this:

    add_filter( 'code_snippets_cap', function ( $cap ) {
        return 'manage_woocommerce';
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘Disable for WooCommerce Store Manager’ is closed to new replies.