Browse Source

Clean up dashboard.

pull/11/head
Ned Zimmerman 7 years ago
parent
commit
389ad19c96
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 1
      app/intervention.php

1
app/intervention.php

@ -8,6 +8,7 @@ if (function_exists('\Sober\Intervention\intervention')) {
intervention('remove-customizer-items', 'static-front-page', 'all');
intervention('remove-emoji');
intervention('remove-howdy', __('Hello,', 'aldine'));
intervention('remove-dashboard-items', ['activity', 'quick-draft']);
intervention('remove-menu-items', [
'posts',
'tools',

Loading…
Cancel
Save