Sindbad~EG File Manager
<?php
/**
* HFEWpfStyler Module.
*
* @package header-footer-elementor
*/
namespace HFE\WidgetsManager\Widgets\Copyright;
use HFE\WidgetsManager\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Class Module.
*/
class Module extends Module_Base {
/**
* Module should load or not.
*
* @since 1.15.0
* @access public
*
* @return bool true|false.
*/
public static function is_enable() {
return true;
}
/**
* Get Module Name.
*
* @since 1.15.0
* @access public
*
* @return string Module name.
*/
public function get_name() {
return 'copyright';
}
/**
* Get Widgets.
*
* @since 1.15.0
* @access public
*
* @return array Widgets.
*/
public function get_widgets() {
return [
'Copyright',
];
}
/**
* Constructor.
*/
public function __construct() { // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
parent::__construct();
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists