start_controls_section( 'list_section', [ 'label' => esc_html__('Setting', 'elementor-addon'), ] ); $this->end_controls_section(); } protected function render() { $settings = $this->get_settings_for_display(); $acf_product_label = get_field('label'); if (empty($acf_product_label) || $acf_product_label == 'BRAK') { return; } ?>