| @@ -107,36 +107,8 @@ | ||
| 107 | 107 | public function get_keywords() { |
| 108 | 108 | return [ 'wordpress', 'widget' ]; |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | - /** | |
| 112 | - * Get style dependencies. | |
| 113 | - * | |
| 114 | - * Retrieve the list of style dependencies the widget requires. | |
| 115 | - * | |
| 116 | - * @since 3.26.0 | |
| 117 | - * @access public | |
| 118 | - * | |
| 119 | - * @return array Widget style dependencies. | |
| 120 | - */ | |
| 121 | - public function get_style_depends(): array { | |
| 122 | - return [ 'e-swiper' ]; | |
| 123 | - } | |
| 124 | - | |
| 125 | - /** | |
| 126 | - * Get script dependencies. | |
| 127 | - * | |
| 128 | - * Retrieve the list of script dependencies the widget requires. | |
| 129 | - * | |
| 130 | - * @since 3.27.0 | |
| 131 | - * @access public | |
| 132 | - * | |
| 133 | - * @return array Widget script dependencies. | |
| 134 | - */ | |
| 135 | - public function get_script_depends(): array { | |
| 136 | - return [ 'swiper' ]; | |
| 137 | - } | |
| 138 | - | |
| 139 | 111 | public function get_help_url() { |
| 140 | 112 | return ''; |
| 141 | 113 | } |
| 142 | 114 | |