'; echo '
'; echo '
'; echo '

' . esc_html( $this->price_discount ) . '

'; echo '' . esc_html( $this->button ) . ''; echo '
'; echo '
'; echo '' . esc_html( $this->coupon ) . '' . esc_html( $this->price_normal ) . ''; echo '
'; echo '
'; echo '

' . esc_html( $this->title_main ) . '

'; echo '

' . esc_html( $this->title_secondary ) . '

'; echo ''; // ------------------------------------------------------------------------------------- // 2. Image section // ------------------------------------------------------------------------------------- // Output upgrade images foreach ( $this->images as $image ) { printf( '
', esc_url( $this->upgrade_url ), esc_url( sprintf( $image, get_template_directory_uri(), get_stylesheet_directory_uri() ) ) ); } } } }