Advertisement
GochiSiyan

widget remove

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