WP Custom Admin Enhancements
Small WordPress plugin demonstrating hooks, filters, and admin customizations.
by Kasturi · github.com/kasturibatra09-eng/wp-custom-admin-enhancements
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kasturibatra09-eng/wp-custom-admin-enhancements/archive/refs/heads/main.zipA simple WordPress plugin created to demonstrate WordPress hooks, filters, and admin-side customizations.
Features
- Displays an admin notice when the plugin is active
- Disables the Gutenberg editor for posts
- Adds a custom dashboard widget
Technical Details
- Uses WordPress actions and filters
- Written with safe coding practices
- Intended as a sample plugin for learning and demonstration