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