Simple WordPress Plugin
A basic WordPress plugin demonstrating hooks and best practices.
by Nischal Binil · github.com/cinnamonmuffin/simple_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/cinnamonmuffin/simple_wordpress_plugin/archive/refs/heads/main.zipSimple WordPress Plugin
A lightweight WordPress plugin demonstrating basic plugin structure, hooks, and best practices.
Features
- Uses WordPress action hooks
- Follows standard plugin header format
- Safe direct-access prevention
Installation
- Download the plugin ZIP or clone this repository.
- Upload the folder to
wp-content/plugins/. - Activate the plugin from the WordPress admin dashboard.
Usage
Once activated, the plugin adds a harmless HTML comment in the site footer to indicate it is active.
Purpose
This project was created to demonstrate fundamental WordPress plugin development concepts and clean coding practices.