Untitled

 avatar
unknown
plain_text
10 months ago
326 B
6
Indexable
add_action('marketking_dashboard_head', function(){
    ?>
    <script type="text/javascript">
    	jQuery(document).ready(function(){
    		jQuery('.marketking_tags_block').remove();
    	});
    </script>
    <style>
        .marketking_tags_block {
            display: none !important;
        }
    </style>
    <?php
});
Editor is loading...
Leave a Comment