Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*
  2. * Remove "News from Modern Tribe" widget from dashboard
  3. */
  4. function remove_tribe_dashboard_widget() {
  5. remove_meta_box('tribe_dashboard_widget', 'dashboard', 'normal');
  6. }
  7. add_action('wp_dashboard_setup', 'remove_tribe_dashboard_widget');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement