<?php if ( !defined( 'ABSPATH' ) ) exit();
if( isset( $args['id'] ) ){
$id = $args['id'];
}else{
$id = get_the_id();
}
?>
<div class="button_event">
<a class="view_detail second_font" href="<?php echo get_the_permalink( $id ); ?>" aria-label="<?php echo esc_html__( 'View Event', 'ovaev' );?>">
<?php esc_html_e( 'View Details', 'ovaev' );?>
</a>
</div>