Skip to content

Instantly share code, notes, and snippets.

View barryceelen's full-sized avatar

Barry Ceelen barryceelen

View GitHub Profile
const {
registerBlockType,
} = wp.blocks;
const {
InnerBlocks,
} = wp.editor;
export default registerBlockType( 'test/should-not-accept-paragraph', {
title: 'Test Block',
@barryceelen
barryceelen / wp-die.sublime-snippet
Last active August 30, 2016 22:32
WordPress debugging Sublime Text snippets.
<snippet>
<content><![CDATA[
wp_die( '<pre>' . var_export( $1, true ) . '</pre>' ); // Debug
]]></content>
<tabTrigger>die</tabTrigger>
<scope>source.php</scope>
<description>Show variable content</description>
</snippet>
@barryceelen
barryceelen / wp-simplechimp-options.php
Last active December 29, 2015 04:59
Simplechimp options filter WordPress plugin.
<?php
/**
* @package SimpleChimp Options
* @version 1.0.0
*/
/*
* Plugin Name: SimpleChimp Options
* Plugin URI: https://github.com/barryceelen/simplechimp