From 01aeaa2aa4a3c47d3c251ff97b4744636c55bcd5 Mon Sep 17 00:00:00 2001 From: Maggie Serino Date: Thu, 13 Jun 2024 17:28:33 +0200 Subject: [PATCH] Internal: Floating Buttons v10 - remove unused function --- .../base/widget-contact-button-base.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/conversion-center/base/widget-contact-button-base.php b/modules/conversion-center/base/widget-contact-button-base.php index 1491a41d478..c9929526e13 100644 --- a/modules/conversion-center/base/widget-contact-button-base.php +++ b/modules/conversion-center/base/widget-contact-button-base.php @@ -2595,18 +2595,6 @@ protected function add_style_info_links_section(): void { $this->end_controls_section(); } - protected function add_style_sticky_links_section(): void { - $this->start_controls_section( - 'style_sticky_links_section', - [ - 'label' => esc_html__( 'Contact Buttons', 'elementor' ), - 'tab' => Controls_Manager::TAB_STYLE, - ] - ); - - $this->end_controls_section(); - } - protected function add_style_send_button_section(): void { $config = static::get_configuration();