Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
mphb-elementor
:
mphb-elementor.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* * Plugin Name: Hotel Booking & Elementor Integration * Plugin URI: https://motopress.com/products/hotel-booking-elementor-integration/ * Description: Manage hotel booking shortcodes in Elementor builder. * Version: 1.2.0 * Author: MotoPress * Author URI: https://motopress.com/ * License: GPLv2 or later * Text Domain: mphb-elementor * Domain Path: /languages */ if (!defined('ABSPATH')) { exit('Press Enter to proceed...'); } add_action('plugins_loaded', function () { define( 'MPHB_ELEMENTOR_PLUGIN_FILE', __FILE__ ); require __DIR__ . '/plugin.php'; MPHBElementor::create(); });