Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
326 B
1
Indexable
Never
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
});
Leave a Comment