HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/fooevents-calendar/templates/event.php
<?php
/**
 * Template for FooEvents Calendar Event Shortcode
 *
 * @file    FooEvents Calendar event shortcode output
 * @link    https://www.fooevents.com
 * @package fooevents-calendar
 */

?>
<?php if ( ! empty( $thumbnail ) ) : ?>
<img src="<?php echo esc_attr( $thumbnail ); ?>" />
<?php endif; ?>
<a href="
<?php
$permalink = get_the_permalink( $event->ID );
echo esc_attr( $permalink );
?>
"><h3><?php echo esc_attr( $event->post_title ); ?></h3></a>
<?php if ( ! empty( $event->post_excerpt ) ) : ?>
	<?php echo wp_kses_post( $event->post_excerpt ); ?>
<?php endif; ?>
<p><a class="button" href="<?php echo esc_attr( $permalink ); ?>" rel="nofollow"><?php echo esc_attr( $ticket_term ); ?></a></p>