* @link https://www.fireplugins.com * @copyright Copyright © 2023 FirePlugins All Rights Reserved * @license GNU GPLv3 or later */ namespace FireBox\Core\Blocks; if (!defined('ABSPATH')) { exit; // Exit if accessed directly. } abstract class Block extends \FPFramework\Base\Block { /** * Block namespace. * * @var string */ protected $namespace = 'firebox'; }