JustPaste.it

<div class="hosts">
<hr>
<strong>
<?php _e('Your event hosts:'); ?>
</strong>
<?php echo do_shortcode('[ESPRESSO_STAFF show_staff_details = "false"]'); ?>
</div>
<div class="attendees">
<?php echo do_shortcode('[LISTATTENDEES event_identifer="' . $event_identifier . '" paid_only="true" show_gravatar="true"]'); ?>
</div>
<?php
}