| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/tour.mitrofanov.ru/public/wp-content/plugins/contact-form-block/ |
Upload File : |
<?php /* Plugin Name: Contact Form Block Plugin URI: https://meowapps.com Description: An easy, ultra-simple contact form. Version: 1.0.8 Author: Jordy Meow Author URI: https://jordymeow.com Text Domain: contact-form-block Domain Path: /languages License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html Originally developed for two of my websites: - Jordy Meow (https://offbeatjapan.org) - Haikyo (https://haikyo.org) */ define( 'MCFB_VERSION', '1.0.8' ); define( 'MCFB_PREFIX', 'mcfb' ); define( 'MCFB_DOMAIN', 'contact-form-block' ); define( 'MCFB_ENTRY', __FILE__ ); define( 'MCFB_PATH', dirname( __FILE__ ) ); define( 'MCFB_URL', plugin_dir_url( __FILE__ ) ); require_once( 'classes/init.php' ); ?>