Advertisement
Web_General

Remove Dashboard Ads

Aug 11th, 2021
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action('admin_head', 'remove_dashboard_ads');
  2.  
  3. function remove_dashboard_ads() { echo '<style> .classname1, .classname2 { display: none!important; } </style>'; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement