Untitled

mail@pastecode.io avatar
unknown
plain_text
11 days ago
359 B
2
Indexable
Never
add_action('marketking_dashboard_head', function(){
    ?>
    <style type="text/css">
        .linked_product_options, #shortpostexcerpt{
            display: none;
        }
    </style>
    <script>
        jQuery(document).ready(function(){
            jQuery('.linked_product_options, #shortpostexcerpt').remove();
        });
    </script>
    <?php
});
Leave a Comment