blockify/framework

WordPress block theme framework.

dev-main 2024-05-03 02:02 UTC

This package is auto-updated.

Last update: 2024-05-03 02:02:52 UTC


README

This package contains the Blockify block theme framework for WordPress. It is a collection of PHP, JS, and CSS files that extend the block editor.

Installation

composer require blockify/framework

If you only need the JS and CSS files, this package can also be installed with NPM:

npm install @blockifywp/framework

Usage

PHP

First, require Composer's autoloader and then register the framework with WordPress:

require_once __DIR__ . '/vendor/autoload.php';

Blockify::register( __FILE__ );