• Resolved fox-didl

    (@fox-didl)


    Hi. Is it possible to add the menu of the plugin inside Woocommece Submenu? This editing isn’t necessary very often an so it’s not necessary to have this inside the main menu. What you you think? Maybe as an option so the usser can dicide where to place the settings of your plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Update to the latest version released today v1.0.20

    and add this filter function in your theme functions.php file this will move the menu in to sub-menu of WooCommerce

    
    add_filter('pisol_cefw_admin_sub_menu', '__return_true');
    
    Thread Starter fox-didl

    (@fox-didl)

    Very nice and working for my purpose. For other customers I think is would be better to have this option inside wordpress backend – in global settings for the plugin.

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu inside WooCommerce submenu’ is closed to new replies.