Advertisement
GochiSiyan

show some widget

Feb 18th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. add_action('admin_head',function () {
  2. ?>
  3. <style id="remove-widget">
  4. [id="widget-list"] [id*="_epic_module_"] {
  5. display:none;
  6. }
  7. [id="widget-list"] [id*="_epic_module_block_9"],
  8. [id="widget-list"] [id*="_epic_module_block_12"] {
  9. display:unset;
  10. }
  11. </style>
  12. <?php
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement