Untitled
Anonymous
plain_text
09/13/2024 5:11 PM
436 B
27
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