| Server IP : 185.252.147.100 / Your IP : 216.73.216.43 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/public1/ep3/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: 0.3.4 Author: Jordy Meow Author URI: https://jordymeow.com Text Domain: contact-form-block Domain Path: /languages 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', '0.3.4' ); 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' ); ?>