Social_Network_Provider::TELEPHONE, ], [ 'contact_icon_platform' => Social_Network_Provider::EMAIL, ], [ 'contact_icon_platform' => Social_Network_Provider::WHATSAPP, ], [ 'contact_icon_platform' => Social_Network_Provider::WAZE, ], ]; $config['style']['contact_section']['has_buttons_heading'] = true; $config['style']['contact_section']['buttons_heading_label'] = esc_html__( 'Icons', 'elementor-pro' ); $config['style']['contact_section']['has_icon_bg_color'] = false; $config['style']['contact_section']['has_button_bar'] = true; $config['advanced']['horizontal_position_default'] = 'center'; $config['style']['send_button_section']['has_typography'] = false; return $config; } public function get_name(): string { return 'contact-buttons-var-6'; } public function get_title(): string { return esc_html__( 'Quick Access Bar', 'elementor-pro' ); } protected function add_content_tab(): void { $this->add_contact_section(); } protected function add_style_tab(): void { $this->add_style_contact_section(); } public function render(): void { $render_strategy = new Contact_Buttons_Var_6_Render( $this ); $render_strategy->render(); } }