Trying to change this to zoom page

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 } ?>

Figured it out. Does what I want .

<?php _e( 'Register Now', 'vczapi-pro' ); ?>

Happy to hear you figured out your issue. :slight_smile:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.