??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/renovaid.co.uk/wp-content/plugins/wpforms-lite/includes/class-providers.php
⬅ Kembali
<?php
// phpcs:disable Generic.Commenting.DocComment.MissingShort
/** @noinspection PhpIllegalPsrClassPathInspection */
/** @noinspection AutoloadingIssuesInspection */
// phpcs:enable Generic.Commenting.DocComment.MissingShort
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
use WPForms\Integrations\ConstantContact\V3\ConstantContact;
/**
* Load the providers.
*
* @since 1.3.6
*/
class WPForms_Providers {
/**
* Primary class constructor.
*
* @since 1.3.6
*/
public function __construct() {
$this->init();
}
/**
* Load and init the base provider class.
*
* @since 1.3.6
*/
public function init() { // phpcs:ignore WPForms.PHP.HooksMethod.InvalidPlaceForAddingHooks
// Parent class template.
require_once WPFORMS_PLUGIN_DIR . 'includes/providers/class-base.php';
// Load default templates on WP init.
add_action( 'wpforms_loaded', [ $this, 'load' ] );
}
/**
* Load default marketing providers.
*
* @since 1.3.6
*/
public function load() {
$providers = [];
if ( ConstantContact::get_current_version() === 2 ) {
$providers[] = 'constant-contact';
}
/**
* Allow third-party plugins to load their own providers.
*
* @since 1.7.0
*
* @param array $providers Array of providers to load.
*/
$providers = (array) apply_filters( 'wpforms_load_providers', $providers ); // phpcs:ignore WPForms.PHP.ValidateHooks.InvalidHookName
foreach ( $providers as $provider ) {
$provider = sanitize_file_name( $provider );
$path = WPFORMS_PLUGIN_DIR . 'includes/providers/class-' . $provider . '.php';
if ( file_exists( $path ) ) {
require_once $path;
}
/**
* Allow third-party plugins to load their own providers.
*
* @since 1.7.0
*/
do_action( "wpforms_load_{$provider}_provider" ); // phpcs:ignore WPForms.PHP.ValidateHooks.InvalidHookName
}
}
}
new WPForms_Providers();
Nama
Tipe
Ukuran
Diubah
Aksi
📁 admin
dir
—
2026-06-23 10:10
📁 emails
dir
—
2026-06-23 10:10
📁 fields
dir
—
2026-06-23 10:10
📁 functions
dir
—
2026-06-23 10:10
📁 providers
dir
—
2026-06-23 10:10
📁 templates
dir
—
2026-06-23 10:10
🐘 class-db.php
php
23.4 KB
2025-02-27 17:40
🐘 class-fields.php
php
1.6 KB
2025-02-27 17:40
🐘 class-form.php
php
42.1 KB
2026-05-28 15:16
🐘 class-install.php
php
5.6 KB
2024-12-03 18:12
🐘 class-process.php
php
68 KB
2026-06-18 16:16
🐘 class-providers.php
php
1.8 KB
2025-01-16 17:57
🐘 class-templates.php
php
1.3 KB
2023-09-28 15:44
🐘 class-widget.php
php
6 KB
2024-10-23 18:03
🐘 deprecated.php
php
13.9 KB
2025-09-25 15:01
🐘 functions-list.php
php
152 B
2023-02-16 18:36
🐘 functions.php
php
1.1 KB
2025-06-17 13:49
🐘 integrations.php
php
3.3 KB
2026-01-29 20:00