Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/askdragao.com/wp-content/plugins/sportspress/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/askdragao.com/wp-content/plugins/sportspress/templates/venue-map.php
<?php
/**
 * Venue Map
 *
 * @author      ThemeBoy
 * @package     SportsPress/Templates
 * @version     2.7
 */

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

if ( ! isset( $meta ) ) {
	return;
}

if ( is_tax( 'sp_venue' ) ) {
	do_action( 'sportspress_before_venue_map' );
}

$address   = sp_array_value( $meta, 'sp_address', null );
$address   = urlencode( $address );
$latitude  = sp_array_value( $meta, 'sp_latitude', null );
$longitude = sp_array_value( $meta, 'sp_longitude', null );
$zoom      = get_option( 'sportspress_map_zoom', 15 );
$maptype   = get_option( 'sportspress_map_type', 'roadmap' );
$maptype   = strtolower( $maptype );

if ( '' === $address ) {
	$address = '+';
}
if ( 'satellite' !== $maptype ) {
	$maptype = 'roadmap';
}

if ( $latitude != null && $longitude != null ) {
	do_action( 'sp_venue_show_map', $latitude, $longitude, $address, $zoom, $maptype );
}
if ( is_tax( 'sp_venue' ) ) {
	do_action( 'sportspress_after_venue_map' );
}

ZeroDay Forums Mini