Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardtape/36d696924b79c3d537ddc59ef0248712 to your computer and use it in GitHub Desktop.
Save richardtape/36d696924b79c3d537ddc59ef0248712 to your computer and use it in GitHub Desktop.
const { assign } = lodash;
const { __ } = wp.i18n;
const { Fragment } = wp.element;
const { addFilter } = wp.hooks;
const { TextControl, PanelBody } = wp.components;
const { createHigherOrderComponent } = wp.compose;
const { InspectorControls } = wp.editor;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment