Skip to content

Commit

Permalink
Internal: Floating Buttons v10 - remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino committed Jun 13, 2024
1 parent 05b4070 commit 01aeaa2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/conversion-center/base/widget-contact-button-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 01aeaa2

Please sign in to comment.