Skip to content

Instantly share code, notes, and snippets.

View garretthyder's full-sized avatar
🗞️
Working away

Garrett Hyder garretthyder

🗞️
Working away
View GitHub Profile
@garretthyder
garretthyder / BlockController.php
Created January 20, 2020 22:53
BlockController for WPMVC
<?php
namespace MyApp\Controllers;
use WPMVC\MVC\Controller;
/**
* BlockController controller.
*
*
@garretthyder
garretthyder / editor.js
Created January 20, 2020 23:01
WPMVC editor.js for blocks
/**
* Gutenberg block type.
* WPMVC block for gutenberg.
*
* @author Alejandro Mostajo <http://about.me/amostajo>
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\MyApp
* @version 1.0.0
*/