first commit without licensingg
This commit is contained in:
26
inc/gutenberg.php
Normal file
26
inc/gutenberg.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* Gutenberg compatibility functions.
|
||||
*
|
||||
* @package Revision
|
||||
*/
|
||||
|
||||
/**
|
||||
* Assets.
|
||||
*/
|
||||
require get_template_directory() . '/inc/gutenberg/assets.php';
|
||||
|
||||
/**
|
||||
* Panels.
|
||||
*/
|
||||
require get_template_directory() . '/inc/gutenberg/panels.php';
|
||||
|
||||
/**
|
||||
* Filters.
|
||||
*/
|
||||
require get_template_directory() . '/inc/gutenberg/filters.php';
|
||||
|
||||
/**
|
||||
* Editor Settings.
|
||||
*/
|
||||
require get_template_directory() . '/inc/gutenberg/editor.php';
|
||||
Reference in New Issue
Block a user