update both image and other link for tickets
<div class="action-items">
<div class="row">
<div class="buy-tickets small-12 medium-6 text-center columns">
- <a href="<?php echo get_permalink(40)?>"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/buy-tickets-graphics.png"></a>
+ <a href="<?php echo ticket_url_base();?>order-tickets-online-6/"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/buy-tickets-graphics.png"></a>
<a href="<?php echo ticket_url_base();?>order-tickets-online-6/"><h5>Buy Ferry <br>Tickets</h5></a>
</div>
<div class="get-schedule small-12 medium-6 text-center columns">
if ( defined('GLM_MEMBERS_APIS_STARLINE_OPTION_NAME') ) {
$starlineOptions = unserialize( get_option( GLM_MEMBERS_APIS_STARLINE_OPTION_NAME ) );
$starlineUrl = ( isset( $starlineOptions['ticketUrl'] ) ) ? $starlineOptions['ticketUrl'] : '';
- return $startlineUrl;
+ return $starlineUrl;
} else {
return false;
}