HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/locationdebateau/wp-content/plugins/weather-map-widget/weather-map.php
<?php
/**
 * The main plugin file.
 *
 * @package           Ventus
 * Plugin Name:       Ventus - Weather Map Widget & Shortcode
 * Description:       Easily customise and embed the windy.com widget as a native WordPress widget or shortcode.
 * Version:           1.5.0
 * Author:            David Matthew
 * Author URI:        https://davidmatthew.ie
 * Contributors:      Marco Simonetti
 * License:           GPL-3
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
 * Text Domain:       ventus
 * Domain Path:       /languages
 */

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

// Current plugin version, manually defined for performance reasons.
define( 'VENTUS_VERSION', '1.5.0' );

// Load the core plugin class and create a plugin instance.
require plugin_dir_path( __FILE__ ) . 'classes/class-ventus.php';
new Ventus();