first commit
This commit is contained in:
21
wp-content/plugins/elementor-pro/modules/slides/module.php
Normal file
21
wp-content/plugins/elementor-pro/modules/slides/module.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace ElementorPro\Modules\Slides;
|
||||
|
||||
use ElementorPro\Base\Module_Base;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
class Module extends Module_Base {
|
||||
|
||||
public function get_name() {
|
||||
return 'slides';
|
||||
}
|
||||
|
||||
public function get_widgets() {
|
||||
return [
|
||||
'Slides',
|
||||
];
|
||||
}
|
||||
}
|
||||
1537
wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php
Normal file
1537
wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user