????

Your IP : 216.73.216.188


Current Path : /home/degesdxb/www/wp-content/plugins/motopress-hotel-booking/
Upload File :
Current File : //home/degesdxb/www/wp-content/plugins/motopress-hotel-booking/motopress-hotel-booking.php

<?php

/*
 * Plugin Name: Hotel Booking
 * Plugin URI: https://motopress.com/products/hotel-booking/
 * Description: Manage your hotel booking services. Perfect for hotels, villas, guest houses, hostels, and apartments of all sizes.
 * Version: 5.1.0
 * Requires at least: 5.2
 * Requires PHP: 7.4
 * Author: MotoPress
 * Author URI: https://motopress.com/
 * License: GPLv2 or later
 * Text Domain: motopress-hotel-booking
 * Domain Path: /languages
 */

if ( ! class_exists( 'HotelBookingPlugin' ) ) {

	define( 'MPHB_PLUGIN_FILE', __FILE__ );

	require plugin_dir_path( __FILE__ ) . 'plugin.php';
}