PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.0.7
Easy Elements for Elementor – Addons & Website Templates v1.0.7
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
← All changes | widgets/navigation-menu/module.php +49 -48 1.4.51.0.7 View file →
@@ -1,48 +1,49 @@
1 -<?php
2 -if ( ! defined( 'ABSPATH' ) ) {
3 - exit; // Exit if accessed directly.
4 -}
5 -
6 -/**
7 - * Class Module.
8 - */
9 -class Easyel_Elements_Module extends Module_Base {
10 -
11 - /**
12 - * Module should load or not.
13 - *
14 - * @since 1.15.0
15 - * @access public
16 - *
17 - * @return bool true|false.
18 - */
19 - public static function is_enable() {
20 - return true;
21 - }
22 -
23 - /**
24 - * Get Module Name.
25 - *
26 - * @since 1.15.0
27 - * @access public
28 - *
29 - * @return string Module name.
30 - */
31 - public function get_name() {
32 - return 'navigation-menu';
33 - }
34 -
35 - /**
36 - * Get Widgets.
37 - *
38 - * @since 1.15.0
39 - * @access public
40 - *
41 - * @return array Widgets.
42 - */
43 - public function get_widgets() {
44 - return [
45 - 'Navigation_Menu',
46 - ];
47 - }
48 -}
1 +<?php
2 +
3 +if ( ! defined( 'ABSPATH' ) ) {
4 + exit; // Exit if accessed directly.
5 +}
6 +
7 +/**
8 + * Class Module.
9 + */
10 +class Easyel_Elements_Module extends Module_Base {
11 +
12 + /**
13 + * Module should load or not.
14 + *
15 + * @since 1.15.0
16 + * @access public
17 + *
18 + * @return bool true|false.
19 + */
20 + public static function is_enable() {
21 + return true;
22 + }
23 +
24 + /**
25 + * Get Module Name.
26 + *
27 + * @since 1.15.0
28 + * @access public
29 + *
30 + * @return string Module name.
31 + */
32 + public function get_name() {
33 + return 'navigation-menu';
34 + }
35 +
36 + /**
37 + * Get Widgets.
38 + *
39 + * @since 1.15.0
40 + * @access public
41 + *
42 + * @return array Widgets.
43 + */
44 + public function get_widgets() {
45 + return [
46 + 'Navigation_Menu',
47 + ];
48 + }
49 +}