CapWeb Core Functionality
Core functionality plugin for capwebsolutions.com
by Cap Web Solutions | Matt Ryan · github.com/freshysupport/capweb-core-functionality · 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/freshysupport/capweb-core-functionality/archive/refs/heads/main.zipDeclares an update source (https://github.com/CapWebSolutions/capweb-core-functionality), so updates arrive through the plugin's own updater.
From the readme
WordPress Plugin Boilerplate
A standardized, organized, object-oriented foundation for building high-quality WordPress Plugins.
Contents
The WordPress Plugin Boilerplate includes the following files:
.gitignore. Used to exclude certain files from the repository.
CHANGELOG.md. The list of changes to the core project.
README.md. The file that you’re currently reading.
A capweb-core-functionality directory that contains the source code - a fully executable WordPress plugin.
Features
The Boilerplate is based on the Plugin API, Coding Standards, and Documentation Standards.
All classes, functions, and variables are documented so that you know what you need to change.
The Boilerplate uses a strict file organization scheme that corresponds both to the WordPress Plugin Repository structure, and that makes it easy to organize the files that compose the plugin.
The project includes a .pot file as a starting point for internationalization.
Installation
The Boilerplate can be installed directly into your plugins folder "as-is". You will want to rename it and the classes inside of it to fit your needs. For example, if your plugin is named 'example-me' then:
rename files from c
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.