X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/testimonial-free/src/Admin
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
testimonial-free
/
src
/
Admin
/
ðŸ“
..
📄
Admin.php
(14.23 KB)
📄
DBUpdates.php
(2.45 KB)
ðŸ“
ElementAddons
ðŸ“
ElementAddons_Deprecated
📄
Element_Shortcode_Block.php
(3.39 KB)
📄
Element_Shortcode_Block_Deprecated.php
(3.44 KB)
ðŸ“
GutenbergBlock
📄
Gutenberg_Block.php
(628 B)
ðŸ“
HelpPage
ðŸ“
Views
ðŸ“
assets
ðŸ“
updates
Editing: Gutenberg_Block.php
<?php /** * The plugin gutenberg block. * * @link https://shapedplugin.com/ * @since 2.5.1 * * @package Testimonial_Free * @subpackage Testimonial_Free/Admin * @author ShapedPlugin <support@shapedplugin.com> */ namespace ShapedPlugin\TestimonialFree\Admin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! class_exists( 'ShapedPlugin\TestimonialFree\Admin\Gutenberg_Block' ) ) { /** * Custom Gutenberg Block. */ class Gutenberg_Block { /** * Block Initializer. */ public function __construct() { new GutenbergBlock\Gutenberg_Block_Init(); } } }
Upload File
Create Folder