$this->get_promotion_title(), 'description' => $this->get_promotion_description(), 'image' => $this->get_image_url(), 'upgrade_text' => $this->get_cta_text(), 'upgrade_url' => $this->get_cta_url(), ]; $config = apply_filters( 'elementor/' . $this->get_name() . '/custom_promotion', $config ); if ( isset( $config['upgrade_url'] ) && false === Validate_Promotion::domain_is_on_elementor_dot_com( $config['upgrade_url'] ) ) { $config['upgrade_url'] = esc_url( $this->get_cta_url() ); } $description = $config['description'] ?? $this->get_promotion_description() ?? ''; ?>

get_promotion_title() ); ?>

get_cta_text() ); ?>