File "module.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/powerpack-elements/modules/protected-content/module.php
File
size: 349 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace PowerpackElements\Modules\ProtectedContent;
use PowerpackElements\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
class Module extends Module_Base {
public function get_name() {
return 'pp-protected-content';
}
public function get_widgets() {
return [
'Protected_Content',
];
}
}