HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/wp-content/plugins/tco-email-forms/email-integration/functions/includes.php
<?php

// =============================================================================
// EMAIL-INTEGRATION/FUNCTIONS/X-META-FUNCTIONS.PHP
// -----------------------------------------------------------------------------
// Load any dependant files for this plugin.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// =============================================================================

// TABLE OF CONTENTS
// 1. Custom Fields metabox
// 2. Widgets
// 3. Shortcodes
// 4. Email Providers
// 5. Admin
// -----------------------------------------------------------------------------
// =============================================================================


// Custom Fields metabox
// =============================================================================

require_once( $this->path . '/functions/custom-fields-metabox.php' );



// Providers metabox
// =============================================================================

require_once( $this->path . '/../email-mailchimp/functions/metabox.php' );
require_once( $this->path . '/../email-convertkit/functions/metabox.php' );
require_once( $this->path . '/../email-getresponse/functions/metabox.php' );



// Widgets
// =============================================================================

require_once( $this->path . '/functions/widgets/subscribe.php' );



// Shortcodes
// =============================================================================

require_once( $this->path . '/functions/shortcodes/subscribe.php' );



// Email Providers
// =============================================================================

require_once( $this->path . '/functions/email-provider.php' );