??????????????
??????????????
??????????????
??????????????
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-templates.php
⬅ Kembali
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Pre-configured packaged templates.
*
* @since 1.0.0
*/
class WPForms_Templates {
/**
* Primary class constructor.
*
* @since 1.0.0
*/
public function __construct() {
$this->init();
}
/**
* Load and init the base form template class.
*
* @since 1.2.8
*/
public function init() {
// Parent class template.
require_once WPFORMS_PLUGIN_DIR . 'includes/templates/class-base.php';
// Load default templates on WP init.
add_action( 'init', [ $this, 'load' ] );
}
/**
* Load default form templates.
*
* @since 1.0.0
*/
public function load() {
$templates = apply_filters(
'wpforms_load_templates',
[
'blank',
'simple-contact-form',
]
);
foreach ( $templates as $template ) {
$template = sanitize_file_name( $template );
if ( file_exists( WPFORMS_PLUGIN_DIR . 'includes/templates/class-' . $template . '.php' ) ) {
require_once WPFORMS_PLUGIN_DIR . 'includes/templates/class-' . $template . '.php';
} elseif ( file_exists( WPFORMS_PLUGIN_DIR . 'pro/includes/templates/class-' . $template . '.php' ) && wpforms()->is_pro() ) {
require_once WPFORMS_PLUGIN_DIR . 'pro/includes/templates/class-' . $template . '.php';
}
}
}
}
new WPForms_Templates;
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