Skip to content
Snippets Groups Projects

Add native block-editor support

Merged Erick Hitter requested to merge add/gutenberg-control into master
Files
3
<?php
/**
* Block-editor integration
* Block editor support.
*
* @package External_Permalinks_Redux
*/
namespace External_Permalinks_Redux;
class Block_Editor {}
/**
* Class Block_Editor.
*/
class External_Permalinks_Redux_Block_Editor {}
Loading