WDJ Plugin Base
Reusable WordPress plugin framework
by Johnathan Julig · github.com/webdevjohn23/wdj-plugin-base · website
★ 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/webdevjohn23/wdj-plugin-base/archive/refs/heads/master.zipStatus: Active
Project Status
This repository represents a point-in-time build created for demonstration, experimentation, or portfolio review.
- Development state may vary over time
- Some dependencies or external integrations may require updates to run locally
- Code is provided for review of structure, patterns, and problem-solving approach
- Not intended as a drop-in production deliverable
This project is best evaluated by reviewing the codebase and commit history rather than expecting long-term maintenance or turnkey execution.
Overview
Minimal scaffold for new WordPress plugins. Includes a settings page, a sample option, and a sample shortcode.
Install
- Copy to
wp-content/plugins/wdj-plugin-base/ - Activate in WordPress
- Settings → WDJ Plugin Base
- Shortcode:
[wdj_sample]
Files
wdj-plugin-base.phpincludes/settings.phpincludes/functions.phpuninstall.php
License: GPL-2.0+ Author: Johnathan Julig (WebDevJohn23)