Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/plugins/cf-mailchimp-1.4.0/cf-mailchimp.php
Error occurred
Назад
<?php /** * @package Caldera_Forms_MailChimp * * @wordpress-plugin * Plugin Name: Caldera Forms MailChimp * Plugin URI: * Description: MailChimp form processor for creating signup forms * Version: 1.4.0 * Author: Caldera Labs * Author URI: https://calderaforms.com * Text Domain: cf-mailchimp * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Domain Path: /languages */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } // define constants define( 'CF_MAILCHIMP_PATH', plugin_dir_path( __FILE__ ) ); define( 'CF_MAILCHIMP_URL', plugin_dir_url( __FILE__ ) ); define( 'CF_MAILCHIMP_VER', '1.4.0' ); define( 'CF_MAILCHIMP_CORE', dirname( __FILE__ ) ); // add filter to register addon with Caldera Forms add_filter('caldera_forms_get_form_processors', 'cf_mailchimp_reg_proc', 50); // filter to initialize the license system add_action( 'admin_init', 'cf_mailchimp_init_license' ); // admin actions and filters if( is_admin() || defined( 'DOING_AJAX') ){ // ajax action for fetching the lists to bind to a form add_action("wp_ajax_cf_mailchimp_getlists", 'cf_mailchimp_getlists'); // ajax action for fetiching vars available for selected list to bind to form add_action("wp_ajax_cf_mailchimp_getlist_vars", 'cf_mailchimp_getlist_vars'); // filter to make meta data look better in view entry modal add_filter("caldera_forms_get_entry_meta_cf_mailchimp", 'cf_mailchimp_get_entry_meta', 10, 3); add_action( 'wp_ajax_cf_mailchimp_get_groups', 'cf_mailchimp_get_groups_ajax' ); } // load dependencies include_once CF_MAILCHIMP_PATH . 'vendor/autoload.php'; // pull in the functions file include CF_MAILCHIMP_PATH . 'includes/functions.php'; /** * Initializes the licensing system * * @since 1.1.0 */ function cf_mailchimp_init_license(){ $plugin = array( 'slug' => 'caldera-forms-mailchimp-add-on', 'name' => 'Caldera Forms MailChimp Add-On', 'author' => 'CalderaWP', 'url' => 'https://calderaforms.com/', 'version' => CF_MAILCHIMP_VER, 'key_store' => 'cf_mailchimp_license_key', 'file' => CF_MAILCHIMP_CORE, ); new \calderawp\licensing_helper\licensing( $plugin ); }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка