golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/fluentformpro
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
autoload.php
503 B
Del
OK
fluentformpro.php
30.03 KB
Del
OK
index.php
26 B
Del
OK
libs
-
Del
OK
public
-
Del
OK
readme.txt
67.52 KB
Del
OK
resources
-
Del
OK
src
-
Del
OK
Edit: 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; } });
Save