Download the PHP package hametuha/wp-block-creator without Composer
On this page you can find all versions of the php package hametuha/wp-block-creator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hametuha/wp-block-creator
More information about hametuha/wp-block-creator
Files in hametuha/wp-block-creator
Download hametuha/wp-block-creator
More information about hametuha/wp-block-creator
Files in hametuha/wp-block-creator
Vendor hametuha
Package wp-block-creator
Short Description Gutenberg Block Creator for WordPress themes.
License GPL-3.0-or-later
Package wp-block-creator
Short Description Gutenberg Block Creator for WordPress themes.
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-block-creator
WP Block Creator
Gutenberg Block Creator for themes.
Installation
How to Use
Suppose your theme:
- Use [wp-enqueue-manager] ready headers.
- Your theme's PHP is ready for PSR-0.
- Every block inherits
Hametuha\WpBlockCreator\Patter\AbstractBlock
. - Directory structure is like below.
Then, call static method in your functions.php
.
Now all block will be automatically included. You don't have to load 1 by 1. Add new block anytime you want.
Every JavaScripts and Stylesheets will be resgistered with the power of wp-enqueue-manager. Write proper header like below:
For more details, see README.md of wp-enqueue-manager
.
License
GPL 3.0 or later. Compatible with WordPress.
All versions of wp-block-creator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
hametuha/singleton-pattern Version ^1.2
hametuha/string-utility Version ^1.2
hametuha/wp-enqueue-manager Version ^1.2
hametuha/singleton-pattern Version ^1.2
hametuha/string-utility Version ^1.2
hametuha/wp-enqueue-manager Version ^1.2
The package hametuha/wp-block-creator contains the following files
Loading the files please wait ....