Notes Manager
A simple custom WordPress plugin to manage notes from the admin dashboard.
by Janmejay Pandya · github.com/janmejay-pandya/notes-manager-custom-wordpress-plugin
★ 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/janmejay-pandya/notes-manager-custom-wordpress-plugin/archive/refs/heads/main.zipA simple custom WordPress plugin that allows administrators to add, view, and delete notes from the WordPress admin dashboard.
Features
- Custom admin menu in WordPress
- Add, view, and delete notes
- Stores data in MySQL using a custom table
- Secure form handling using WordPress nonces
- Uses WordPress hooks and best practices
Tech Stack
- PHP
- WordPress
- MySQL
Setup Instructions
- Clone the repository
- Copy the
notes-managerfolder towp-content/plugins/ - Activate the plugin from WordPress Admin → Plugins
- Access the plugin via the Notes Manager menu
Screenshots
Author
Janmejay Pandya