Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jader Silva

    (@jadersilva)

    Plugin Author Claudio Sanches

    (@claudiosanches)

    Use: add_action( 'admin_menu', 'remove_menu_pages', 9999 );

    Thread Starter Jader Silva

    (@jadersilva)

    Hello my friend,

    Sorry about the delay in returning, but I had to create an “environment” again to make sure that I was not an incompatibility with some theme or plugin.

    I took the test and this code does not work. My new installation of wordpress for testing has a default theme and the WooCommerce plugin and the plugin WooCommerce domination.

    Do you have any idea what can be?

    Regards.

    Thread Starter Jader Silva

    (@jadersilva)

    I forgot to mention another plugin. I’m using the code below through the plugin “Code snippet”.

    add_action( ‘admin_menu’, ‘remove_menu_pages’, 9999 );

    function remove_menu_pages() {
    remove_menu_page( ‘wc-customers-list’ );
    };

    Plugin Author Claudio Sanches

    (@claudiosanches)

    Try with versio 1.1.4.
    Now you will have no more this problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I remove item "Customers" management bar?’ is closed to new replies.