ralfhortt / wordpress-plugin-boilerplate
There is no license information available for the latest version (1.0) of this package.
A WordPress Plugin Boilerplate
Package info
github.com/Horttcore/Wordpress-Plugin-Boilerplate
Type:wp-plugin
pkg:composer/ralfhortt/wordpress-plugin-boilerplate
1.0
2019-10-17 07:42 UTC
Requires
- horttcore/wp-plugin: ^1.0
This package is auto-updated.
Last update: 2026-03-13 09:33:02 UTC
README
A WordPress Plugin Boilerplate
Installation
composer create-project ralfhortt/wordpress-plugin-boilerplate my-plugin
Setup
- Edit the plugin header in
plugin.php - Replace namespace
RalfHortt/WordPressPluginBoilerplatewith your own - Update autoloader namespace in
composer.json - Replace textdomain
wordpress-plugin-boilerplatewith your own
Usage
- Services: Add a custom service in
src - Function: Add custom function in
inc/functions.php - Template Tags: Add custom template tags in
inc/template-tags.php
Changelog
2020-09-01
- update dependencies
2019-10-17
- Initial release