PluginProbe
Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio / 0.8
Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio v0.8
2.0.5 2.0.4 2.0.3 2.0.2 trunk 0.0.1 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.9.1 0.9.2 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 All 88 releases
twentig / inc / init.php

init.php in Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio 0.8, at inc/init.php

21 lines 382 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Twentig plugin file.
4 *
5 * @package twentig
6 */
7
8 // Exit if accessed directly.
9 if ( ! defined( 'ABSPATH' ) ) {
10 exit;
11 }
12
13 /**
14 * Include Twenty Twenty specific files.
15 */
16 if ( 'twentytwenty' === get_template() ) {
17 require_once TWENTIG_PATH . 'inc/twenty-twenty.php';
18 require_once TWENTIG_PATH . 'inc/font.php';
19 require_once TWENTIG_PATH . 'inc/page-templater.php';
20 }
21