芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/plugins/wp-carousel-pro/src/Admin/Gutenberg_Block.php
*/ namespace ShapedPlugin\WPCarouselPro\Admin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } use ShapedPlugin\WPCarouselPro\Admin\views\GutenbergBlock\Gutenberg_Block_Init; if ( ! class_exists( 'Gutenberg_Block ' ) ) { /** * Custom Gutenberg Block. */ class Gutenberg_Block { /** * Block Initializer. */ public function __construct() { new Gutenberg_Block_Init(); } } }