Untitled
webwizards
plain_text
9 months ago
291 B
19
Indexable
add_action('marketking_dashboard_head', function(){
?>
<style>
/* Example: Hide specific tabs by their class names */
.menu-custom-tab,
.plugin li.custom-tab,
#some-other-tab {
display: none !important;
}
</style>
<?php
});Editor is loading...
Leave a Comment