I am trying to change this code to link straight to the webinar registration page instead of the API version of it.
<?php } ?> <a rel="nofollow" href="<?php echo esc_url( $zoom['registration_link'] ); ?>" class="btn btn-register-btn-link"><?php _e( 'Register Now', 'vczapi-pro' ); ?></a>
<?php } ?>
