Meta Box
Support Forum
Support › MB Settings Page › How to add conditional tabs
How do I add conditional tabs to the MB Setting Page? I want to display a tab if a plugin class exists. Something like:
if ( class_exists( 'WooCommerce' ) ) return;
Yes, it's possible. Please see this snippet.