Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/fusion-core/includes/ |
Current File : //var/www/web28/html/wp-content/plugins/fusion-core/includes/class-fusioncore-template-builder.php |
<?php /** * FusionCore Template Builder. * * @package Avada-Core * @since 2.2 */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * FusionCore Template Builder class. * * @since 2.2 */ class FusionCore_Template_Builder { /** * Class constructor. * * @since 2.12 * @access public */ public function __construct() { if ( ! apply_filters( 'fusion_load_template_builder', true ) ) { return; } add_action( 'fusion_builder_shortcodes_init', [ $this, 'init_shortcodes' ] ); // Requirements for live editor. add_action( 'fusion_builder_load_templates', [ $this, 'load_component_templates' ] ); } /** * Init shortcode files specific to templates. * * @since 2.2 * @access public */ public function init_shortcodes() { if ( ! class_exists( 'Fusion_Component' ) ) { return; } include FUSION_CORE_PATH . '/shortcodes/components/project-details.php'; } /** * Load the templates for live editor.. * * @since 2.2 * @access public */ public function load_component_templates() { include FUSION_CORE_PATH . '/shortcodes/previews/front-end/components/fusion-tb-project-details.php'; } } new FusionCore_Template_Builder();
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare