| @@ -534,16 +534,9 @@ | ||
| 534 | 534 | } |
| 535 | 535 | |
| 536 | 536 | $html .= ! empty( $settings['slider_pagi'] ) ? '<div class="swiper-pagination rtsb-pos-s ' . esc_attr( $pagination_type ) . '"></div>' : ''; |
| 537 | 537 | |
| 538 | - /** | |
| 539 | - * Filters the slider navigation + pagination markup. | |
| 540 | - * | |
| 541 | - * @param string $html Slider buttons (arrows + pagination) HTML. | |
| 542 | - * @param array $settings Widget settings. | |
| 543 | - * @param GeneralAddons $instance Current render instance (exposes unique_name, id, etc.). | |
| 544 | - */ | |
| 545 | - return apply_filters( 'rtsb/general/slider_buttons/html', $html, $settings, $this ); | |
| 538 | + return $html; | |
| 546 | 539 | } |
| 547 | 540 | /** |
| 548 | 541 | * Preloader. |
| 549 | 542 | * |