Skip to content

blockifywp/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockify Framework

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__ );

Releases

No releases published

Packages

No packages published