File: /home/lesanew/www/wp-content/plugins/gift-hunt/views/form-components/get-started.php
<?php
if ( ! function_exists( "add_action" ) ) {
echo "Hi there! I'm just a plugin, not much I can do when called directly.";
exit;
}
?>
<div class="gifthunt-card">
<div class="gifthunt-card__section">
<h3 class="gifthunt-card__title">Get started</h3>
<p>If you need some help on how to create a Gift Hunt session, visit the following page: <a target="_blank" href="https://gifthuntplugin.com/create-your-first-gift-hunt-session.html">Create your first Gift Hunt session</a></p>
</div>
</div>