Untitled
unknown
plain_text
a year ago
326 B
11
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