WP Manifestindependent plugin directory
manifest / admin / notes-manager-custom-wordpress-plugin

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.zip

A 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

  1. Clone the repository
  2. Copy the notes-manager folder to wp-content/plugins/
  3. Activate the plugin from WordPress Admin → Plugins
  4. Access the plugin via the Notes Manager menu

Screenshots

image

Author

Janmejay Pandya