HEX
Server: LiteSpeed
System: Linux server65.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: msatrvvp (1709)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/msatrvvp/public_html/wp-content/plugins/fudee-common/fudee-common.php
<?php
/**
* Plugin Name: Fudee Common
* Plugin URI: shtheme.com
* Description: A plugin to create custom post type, metabox...
* Version:  1.0
* Author: shtheme
* Author URI: shtheme.com
* License:  GPL2
*/
include dirname( __FILE__ ) . '/meta-box/meta-box.php';
include dirname( __FILE__ ) . '/redux-framework-master/ReduxCore/framework.php';
include dirname( __FILE__ ) . '/redux-framework-master/sample/sample-config.php';
include dirname( __FILE__ ) . '/custom-post-type/post_type.php';
return true;