init
This commit is contained in:
11
wp-content/themes/flatsome/inc/builder/builder.php
Normal file
11
wp-content/themes/flatsome/inc/builder/builder.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/core/ux-builder.php';
|
||||
require_once __DIR__ . '/actions.php';
|
||||
|
||||
// Templates
|
||||
add_action( 'ux_builder_setup', function () {
|
||||
require_once __DIR__ . '/helpers.php';
|
||||
require_once __DIR__ . '/shortcodes.php';
|
||||
require_once __DIR__ . '/templates/templates.php';
|
||||
} );
|
Reference in New Issue
Block a user