Current File : /home/kelaby89/abl.academy/wp-content/themes/eduma/wp-events-manager/loop/location.php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

if ( function_exists( 'wpems_get_location_map' ) ) {
	echo '<div class="entry-location">';
	wpems_get_location_map();
	echo '</div>';
}
Page not found – Hello World !