Untitled

 avatar
unknown
plain_text
2 years ago
368 B
5
Indexable
add_action('wp_head', function(){
    ?>
    <style type="text/css">
        .b2bking_category_users_textarea_buttons_container{
            display: none !important;
        }
    </style>
    <script>
        jQuery(document).ready(function(){
            jQuery('.b2bking_category_users_textarea_buttons_container').remove();
        });
    </script>
    <?php
});
Editor is loading...
Leave a Comment