Time for action
In this chapter, we covered the basics of the admin-dashboard-related functionality to be compatible with web applications. Now it's time for you to take these things beyond the basics by implementing the following actions:
We created a default type of admin list table to allow subscriptions. Now, try to include an AJAX-based star rating system to allow followers to rate developers by implementing a custom column in the existing list.
The SMOF framework was used to set up the application settings page and it was limited to handling options in the
wp-options
table. Try to create a new admin menu page to create dynamic forms that allow users to submit content to other application-specific tables.We started the implementation of the custom admin theme by setting up styles for the left navigation menu. Try to complete the theme by styling the remaining components.