Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.89 KB

README.md

File metadata and controls

33 lines (31 loc) · 1.89 KB

Custom WordPress Welcome Admin Dashboard - WordPress Plugin

/**

/** *

  • This plugin provides an initial foundation for replacing the default WordPress admin dashboard. If you have a background in object-oriented programming,
  • you can create a subclass to customize and override the set_the_title() and page_content_callback_fn() methods.
  • Alternatively, if you're not familiar with object-oriented programming, you can modify the set_the_title() and page_content_callback_fn() functions according to your requirements.
  • Modify the user redirection to the custom dashboard by adjusting the capability property for specific users.
  • And add the capability property if you want to remove this custom dashboard and back to the default WordPress dashboard
  • Remember: To ensure the uninterrupted functionality of this plugin, simply place this file into the "mu-plugins" folder within the "wp-content" directory.
  • If the "mu-plugins" folder is not present, you can easily create one yourself. */

custom-wp-admin-dashboard

The Custom WordPress Welcome Admin Dashboard plugin will replace the default WordPress admin dashboard with a new custom menu page. It works when the user has a 'Read' capability & does not has a 'Manage_Options' capability