WP Manifestindependent plugin directory
manifest / developer / one-wp-plugin

One WP

Handle the basics with this plugin.

by MD. Nizam Uddin · github.com/devwithnizam/one-wp-plugin · 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/devwithnizam/one-wp-plugin/archive/refs/heads/main.zip

Declares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.

From the readme

One WP - Contributors: MD NIZAM UDDIN - Tags: basic, starter, learning - Requires at least: 5.2 - Tested up to: 6.4.2 - Requires PHP: 7.2 - Stable tag: 1.0.0 - License: GPLv2 or later - License URI: https://www.gnu.org/licenses/gpl-2.0.html A starter plugin to handle the basics. Description One WP is a comprehensive learning project and a starter plugin for WordPress developers. It provides a robust structure for managing various WordPress components, including custom post types, taxonomies, shortcodes, hooks, meta boxes, and administrative pages and settings. It also handles enqueueing scripts and styles for both the admin and public-facing sides of a WordPress site. It's an excellent starting point for building more complex and feature-rich plugins. The plugin is structured into the following directories: - admin: Contains the CSS, JavaScript, and image files for the WordPress admin area. - includes: Contains the core PHP files for the plugin's functionality. - public: Contains the CSS, JavaScript, and image files for the public-facing side of the website. Installation 1. Upload the one-wp folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'P

Read the full README on GitHub →