martincv / wordpress-plugin-boilerplate
WordPress Starter Plugin
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >=7.3.0
This package is auto-updated.
Last update: 2025-04-21 00:46:10 UTC
README
This plugin is a starter boiler plugin to help you start with creating your own WordPress Plugin.
How to use it
Download the plugin, rename it and change the constants inside and the classes to your own wish. The structure is set best to help you gain on performance and speed.
You can remove files you don't need and add your own.
The plugin offers shortcode implementation as well as REST API and AJAX Hanlders ready to be used.