Download the PHP package ralfhortt/wordpress-plugin-boilerplate without Composer
On this page you can find all versions of the php package ralfhortt/wordpress-plugin-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ralfhortt/wordpress-plugin-boilerplate
More information about ralfhortt/wordpress-plugin-boilerplate
Files in ralfhortt/wordpress-plugin-boilerplate
Download ralfhortt/wordpress-plugin-boilerplate
More information about ralfhortt/wordpress-plugin-boilerplate
Files in ralfhortt/wordpress-plugin-boilerplate
Vendor ralfhortt
Package wordpress-plugin-boilerplate
Short Description A WordPress Plugin Boilerplate
License
Package wordpress-plugin-boilerplate
Short Description A WordPress Plugin Boilerplate
License
Please rate this library. Is it a good library?
Informations about the package wordpress-plugin-boilerplate
WordPress Plugin Boilerplate
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/WordPressPluginBoilerplate
with your own - Update autoloader namespace in
composer.json
- Replace textdomain
wordpress-plugin-boilerplate
with 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
All versions of wordpress-plugin-boilerplate with dependencies
PHP Build Version
Package Version
Requires
horttcore/wp-plugin Version
^1.0
The package ralfhortt/wordpress-plugin-boilerplate contains the following files
Loading the files please wait ....