??????????????
??????????????
??????????????
??????????????
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/pgtankstorage.sg/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-19 13:16
📁 emails
dir
—
2026-06-19 13:16
📁 fields
dir
—
2026-06-19 13:16
📁 functions
dir
—
2026-06-19 13:16
📁 providers
dir
—
2026-06-19 13:16
📁 templates
dir
—
2026-06-19 13:16
🐘 class-db.php
php
23.4 KB
2026-06-19 13:16
🐘 class-fields.php
php
1.6 KB
2026-06-19 13:16
🐘 class-form.php
php
42.1 KB
2026-06-19 13:16
🐘 class-install.php
php
5.6 KB
2026-06-19 13:16
🐘 class-process.php
php
68 KB
2026-06-19 13:16
🐘 class-providers.php
php
1.8 KB
2026-06-19 13:16
🐘 class-templates.php
php
1.3 KB
2026-06-19 13:16
🐘 class-widget.php
php
6 KB
2026-06-19 13:16
🐘 deprecated.php
php
13.9 KB
2026-06-19 13:16
🐘 functions-list.php
php
152 B
2026-06-19 13:16
🐘 functions.php
php
1.1 KB
2026-06-19 13:16
🐘 integrations.php
php
3.3 KB
2026-06-19 13:16