| @@ -121,22 +121,8 @@ | ||
| 121 | 121 | public function get_style_depends(): array { |
| 122 | 122 | return [ 'e-swiper' ]; |
| 123 | 123 | } |
| 124 | 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 | 125 | public function get_help_url() { |
| 140 | 126 | return ''; |
| 141 | 127 | } |
| 142 | 128 | |