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