[ 'default' => [ 'url' => Utils::get_placeholder_image_src(), ], ], ]; $config['content']['cta_section']['cta_repeater_defaults'] = [ [ 'cta_link_text' => esc_html__( 'Get Healthy', 'elementor-pro' ), ], [ 'cta_link_text' => esc_html__( 'Top 10 Recipes', 'elementor-pro' ), ], [ 'cta_link_text' => esc_html__( 'Meal Prep', 'elementor-pro' ), ], [ 'cta_link_text' => esc_html__( 'Healthful Resources', 'elementor-pro' ), ], ]; return $config; } public function get_name(): string { return 'link-in-bio-var-4'; } public function get_title(): string { return esc_html__( 'Link In Bio Variation 4', 'elementor-pro' ); } public function render(): void { $render = new Icons_Below_Cta_Render( $this ); $render->render(); } protected function add_content_tab(): void { $this->add_identity_section(); $this->add_bio_section(); $this->add_cta_controls(); $this->add_icons_controls(); } protected function add_style_tab(): void { $this->add_style_identity_controls(); $this->add_style_bio_controls(); $this->add_style_cta_section(); $this->add_style_icons_controls(); $this->add_style_background_controls(); } }