Your IP : 18.223.188.252


Current Path : /home/e/p/h/ephorei/www/wp-content/plugins/suretriggers/
Upload File :
Current File : /home/e/p/h/ephorei/www/wp-content/plugins/suretriggers/suretriggers.php

<?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();