Helix_Website/wp-content/plugins/wp-event-manager/templates/event-registration-url.php

1 line
238 B
PHP

<p><?php _e( 'To register for this event please visit the following URL:', 'wp-event-manager' ); ?> <a href="<?php echo esc_url( $register->url ); ?>" target="_blank" rel="nofollow"><?php echo esc_html( $register->url ); ?> &rarr;</a></p>