??????????????
??????????????
??????????????
??????????????
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/rosestpetronal.nl/wp-content/plugins/contact-form-7/includes/controller.php
⬅ Kembali
<?php
/**
* Controller for front-end requests, scripts, and styles
*/
add_action(
'parse_request',
'wpcf7_control_init',
20, 0
);
/**
* Handles a submission in non-Ajax mode.
*/
function wpcf7_control_init() {
if ( WPCF7_Submission::is_restful() ) {
return;
}
if (
$id = (int) wpcf7_superglobal_post( '_wpcf7' ) and
$contact_form = wpcf7_contact_form( $id )
) {
$contact_form->submit();
}
}
/**
* Registers main scripts and styles.
*/
add_action(
'wp_enqueue_scripts',
static function () {
$assets = include wpcf7_plugin_path( 'includes/js/index.asset.php' );
$assets = wp_parse_args( $assets, array(
'dependencies' => array(),
'version' => WPCF7_VERSION,
) );
wp_register_script(
'contact-form-7',
wpcf7_plugin_url( 'includes/js/index.js' ),
array_merge(
$assets['dependencies'],
array( 'swv' )
),
$assets['version'],
array( 'in_footer' => true )
);
wp_set_script_translations( 'contact-form-7', 'contact-form-7' );
wp_register_script(
'contact-form-7-html5-fallback',
wpcf7_plugin_url( 'includes/js/html5-fallback.js' ),
array( 'jquery-ui-datepicker' ),
WPCF7_VERSION,
array( 'in_footer' => true )
);
if ( wpcf7_load_js() ) {
wpcf7_enqueue_scripts();
}
wp_register_style(
'contact-form-7',
wpcf7_plugin_url( 'includes/css/styles.css' ),
array(),
WPCF7_VERSION,
'all'
);
wp_register_style(
'contact-form-7-rtl',
wpcf7_plugin_url( 'includes/css/styles-rtl.css' ),
array( 'contact-form-7' ),
WPCF7_VERSION,
'all'
);
wp_register_style(
'jquery-ui-smoothness',
wpcf7_plugin_url(
'includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'
),
array(),
'1.12.1',
'screen'
);
if ( wpcf7_load_css() ) {
wpcf7_enqueue_styles();
}
},
10, 0
);
/**
* Enqueues scripts.
*/
function wpcf7_enqueue_scripts() {
wp_enqueue_script( 'contact-form-7' );
$wpcf7_obj = array(
'api' => array(
'root' => sanitize_url( get_rest_url() ),
'namespace' => 'contact-form-7/v1',
),
);
if ( defined( 'WP_CACHE' ) and WP_CACHE ) {
$wpcf7_obj = array_merge( $wpcf7_obj, array(
'cached' => 1,
) );
}
wp_add_inline_script( 'contact-form-7',
sprintf(
'var wpcf7 = %s;',
wp_json_encode( $wpcf7_obj, JSON_PRETTY_PRINT )
),
'before'
);
do_action( 'wpcf7_enqueue_scripts' );
}
/**
* Returns true if the main script is enqueued.
*/
function wpcf7_script_is() {
return wp_script_is( 'contact-form-7' );
}
/**
* Enqueues styles.
*/
function wpcf7_enqueue_styles() {
wp_enqueue_style( 'contact-form-7' );
if ( wpcf7_is_rtl() ) {
wp_enqueue_style( 'contact-form-7-rtl' );
}
do_action( 'wpcf7_enqueue_styles' );
}
/**
* Returns true if the main stylesheet is enqueued.
*/
function wpcf7_style_is() {
return wp_style_is( 'contact-form-7' );
}
add_action(
'wp_enqueue_scripts',
'wpcf7_html5_fallback',
20, 0
);
/**
* Enqueues scripts and styles for the HTML5 fallback.
*/
function wpcf7_html5_fallback() {
if ( ! wpcf7_support_html5_fallback() ) {
return;
}
if ( wpcf7_script_is() ) {
wp_enqueue_script( 'contact-form-7-html5-fallback' );
}
if ( wpcf7_style_is() ) {
wp_enqueue_style( 'jquery-ui-smoothness' );
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 block-editor
dir
—
2026-06-11 12:00
📁 config-validator
dir
—
2026-06-11 12:00
📁 css
dir
—
2026-06-11 12:00
📁 js
dir
—
2026-06-11 12:00
📁 swv
dir
—
2026-06-11 12:00
🐘 capabilities.php
php
834 B
2026-06-11 12:00
🐘 contact-form-functions.php
php
10.3 KB
2026-06-11 12:00
🐘 contact-form-template.php
php
5.6 KB
2026-06-11 12:00
🐘 contact-form.php
php
30.7 KB
2026-06-11 12:00
🐘 controller.php
php
3.2 KB
2026-06-11 12:00
🐘 file.php
php
10.1 KB
2026-06-11 12:00
🐘 filesystem.php
php
3 KB
2026-06-11 12:00
🐘 form-tag.php
php
14.3 KB
2026-06-11 12:00
🐘 form-tags-manager.php
php
14.6 KB
2026-06-11 12:00
🐘 formatting.php
php
14.5 KB
2026-06-11 12:00
🐘 functions.php
php
17 KB
2026-06-11 12:00
🐘 html-formatter.php
php
20.7 KB
2026-06-11 12:00
🐘 integration.php
php
8.8 KB
2026-06-11 12:00
🐘 l10n.php
php
3.4 KB
2026-06-11 12:00
🐘 mail-tag.php
php
4.1 KB
2026-06-11 12:00
🐘 mail.php
php
15.1 KB
2026-06-11 12:00
🐘 pipe.php
php
2.6 KB
2026-06-11 12:00
🐘 pocket-holder.php
php
325 B
2026-06-11 12:00
🐘 rest-api.php
php
13 KB
2026-06-11 12:00
🐘 shortcodes.php
php
2.7 KB
2026-06-11 12:00
🐘 special-mail-tags.php
php
6.5 KB
2026-06-11 12:00
🐘 submission.php
php
20.2 KB
2026-06-11 12:00
🐘 upgrade.php
php
3.1 KB
2026-06-11 12:00
🐘 validation-functions.php
php
6.7 KB
2026-06-11 12:00
🐘 validation.php
php
3.3 KB
2026-06-11 12:00