• Resolved alexliii

    (@alexliii)


    Hello,

    It seems that it only allow administrator to renamer images.

    On woocommerce site, usually shop manager manage the products, is it possible to allow Shop Manager rename images?

    or allow site-widely renaming images by default?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @alexliii ! ??

    You can read this documentation that will help you: Customizing Plugin Access for Meow Apps ??

    Thread Starter alexliii

    (@alexliii)

    Great tutorial, and I am not coding background, but I am trying to optimize the code snippet to meet our needs:

    // Custom role "shop_manager" gets access to Meow Gallery
    add_filter( 'mfrh_allow_access', function() {
        return current_user_can( 'shop_manager' );
    } );

    Please note that I set shop_manager and mfrh_allow_access, is that enough for the Shop manager role to automatically rename images when upload images to Woocommerce products?

    Great thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow Shop manager renaming image?’ is closed to new replies.