Skip to content

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

License

Notifications You must be signed in to change notification settings

kawsarahmedr/custom-wp-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages