Current Path : /home/ephorei/www/wp-includes/images/media/q2m9hb/ |
Current File : /home/ephorei/www/wp-includes/images/media/q2m9hb/suretriggers.php.tar |
home/ephorei/www/wp-content/plugins/suretriggers/suretriggers.php 0000644 00000001635 15006116610 0021516 0 ustar 00 <?php /** * Plugin Name: OttoKit (Formerly SureTriggers) * Description: OttoKit helps people automate their work by integrating multiple apps and plugins, allowing them to share data and perform tasks automatically. * Author: OttoKit (Formerly SureTriggers) * 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.0.83 * 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();