X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluentformpro
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluentformpro
/
📁
..
📄
.htaccess
(420 B)
📄
autoload.php
(503 B)
📄
fluentformpro.php
(21.67 KB)
📄
index.php
(26 B)
📁
libs
📁
public
📄
readme.txt
(9.06 KB)
📁
resources
📁
src
Editing: autoload.php
<?php defined('ABSPATH') or die; spl_autoload_register(function ($class) { $namespace = 'FluentFormPro'; if (substr($class, 0, strlen($namespace)) !== $namespace) { return; } $className = str_replace( array('\\', $namespace, strtolower($namespace)), array('/', 'src', ''), $class ); $basePath = plugin_dir_path(__FILE__); $file = $basePath.trim($className, '/').'.php'; if (is_readable($file)) { include $file; } });
Upload File
Create Folder