first commit
This commit is contained in:
22
wp-content/plugins/elementor-pro/modules/pricing/module.php
Normal file
22
wp-content/plugins/elementor-pro/modules/pricing/module.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
namespace ElementorPro\Modules\Pricing;
|
||||
|
||||
use ElementorPro\Base\Module_Base;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
class Module extends Module_Base {
|
||||
|
||||
public function get_name() {
|
||||
return 'pricing';
|
||||
}
|
||||
|
||||
public function get_widgets() {
|
||||
return [
|
||||
'Price_List',
|
||||
'Price_Table',
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user