विवरण
Welcome to the Nova Digital Media Dashboard Cleanup Plugin
This plugin removes the following widgets from your dashboard:
- Recent Comments
- Incoming Links
- Plugins
- Quick Press
- Recent Drafts
- Primary
- Secondary
- yoast
v1.1
- Stats
- woo commerce sales
- woo commerce recent reviews
- woo commerce recent orders
- woo commerce right now
Big Thanks to some of The Best local marketing experts In Essex Nova Digital Media
स्थापना
- Extract and Upload the Dashboard cleanup folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- And Enjoy the plugin
प्रश्नोत्तर
- What if i dont want the plugin to remove one of the dashboard widgets?
-
You can re-enable the dashboard widget by editing the PHP file for the plugin…
Plugins > Editor > Dashboard Cleanup > nova-dashboard-cleanup.php
You will find a section that looks like this # remove_meta_box( ‘############’, ‘dashboard’, ‘####’ ); #
If you delete the one you want to re-enable and hit save it will re-enable that dashboard widget
E.g. If i wanted to re-enable the “Quick Press” Dashboard Widget I will remove the following code…
remove_meta_box(‘dashboard_quick_press’, ‘dashboard’, ‘core’ );
If you see it says “dashboard_quick_press” this is related to the widget name…
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Nova Dashboard Cleanup” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Nova Dashboard Cleanup” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0
*Added The Core Dashboard Widgets
1.1
*Added more unwanted Dashboard Widgets
1.2
*fixed common bugs