WooCommerce: Hide Metorik in the WordPress dashboard
If you'd like to hide Metorik links, etc. in your site's WordPress dashboard, you can add this code:
add_filter( 'metorik_show_ui', '__return_false' );
To your theme’s
functions.php or a custom plugin. If it doesn't work, let us know and we can help.
The non-code option is to simply ‘dismiss’ a Metorik notice and they will no longer appear.
To hide the links from individual orders/products, you can click the ‘Screen Options’ tab at the top of the page and uncheck the Metorik option.