WP Manifestindependent plugin directory
manifest / developer / wdj-plugin-base

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

Status: 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

  1. Copy to wp-content/plugins/wdj-plugin-base/
  2. Activate in WordPress
  3. Settings → WDJ Plugin Base
  4. Shortcode: [wdj_sample]

Files

  • wdj-plugin-base.php
  • includes/settings.php
  • includes/functions.php
  • uninstall.php

License: GPL-2.0+ Author: Johnathan Julig (WebDevJohn23)