Skip to content

Instantly share code, notes, and snippets.

View Ritesh-patel's full-sized avatar

Ritesh Patel Ritesh-patel

View GitHub Profile
@Ritesh-patel
Ritesh-patel / php-block.js
Created September 16, 2018 06:37 — forked from pento/php-block.js
Converting a shortcode to a block
// License: GPLv2+
var el = wp.element.createElement,
registerBlockType = wp.blocks.registerBlockType,
ServerSideRender = wp.components.ServerSideRender,
TextControl = wp.components.TextControl,
InspectorControls = wp.editor.InspectorControls;
/*
* Here's where we register the block in JavaScript.