Hide the “Pimwick Plugins” menu

Latest Plugin Version

If you are running the latest version of the plugin, just follow these steps:

1. Go to Pimwick Plugins > PW Gift Cards > Settings
2. Check the box Hide the Pimwick Plugins menu
3. Click on Save changes.

You can now access the plugin via the WooCommerce > PW Gift Cards menu.


Older Versions

For older versions that do not have the setting referenced above, follow these instructions to hide the Pimwick Plugins menu.

Note: this change can be made to your functions.php if you prefer that option.

1. Download the free Code Snippets plugin: https://wordpress.org/plugins/code-snippets/
2. Create a Snippet with the following code:

function remove_pimwick_plugins_menu( $columns ) {
    remove_menu_page( 'pimwick' );
}
add_action( 'admin_menu', 'remove_pimwick_plugins_menu', 99, 1 );

Let me know if you have any questions!

Skip to content