__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace WPForms\Pro\Forms\Fields;
/**
* Fields Helpers class.
*
* @since 1.9.2
*/
class Helpers {
/**
* Enqueue `wpforms-iframe` script.
* Has `WPFormsIframe` global variable inside.
*
* @since 1.9.2
*/
public static function enqueue_iframe_script() {
if ( wp_script_is( 'wpforms-iframe' ) ) {
return;
}
$min = wpforms_get_min_suffix();
wp_enqueue_script(
'wpforms-iframe',
WPFORMS_PLUGIN_URL . "assets/pro/js/frontend/iframe{$min}.js",
[],
WPFORMS_VERSION,
true
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Address | Folder | 0750 |
|
|
| Base | Folder | 0750 |
|
|
| Checkbox | Folder | 0750 |
|
|
| Content | Folder | 0750 |
|
|
| CreditCard | Folder | 0750 |
|
|
| CustomCaptcha | Folder | 0750 |
|
|
| DateTime | Folder | 0750 |
|
|
| Divider | Folder | 0750 |
|
|
| Folder | 0750 |
|
||
| EntryPreview | Folder | 0750 |
|
|
| FileUpload | Folder | 0750 |
|
|
| Hidden | Folder | 0750 |
|
|
| Html | Folder | 0750 |
|
|
| Layout | Folder | 0750 |
|
|
| Name | Folder | 0750 |
|
|
| Pagebreak | Folder | 0750 |
|
|
| Password | Folder | 0750 |
|
|
| PaymentSingle | Folder | 0750 |
|
|
| PaymentTotal | Folder | 0750 |
|
|
| Phone | Folder | 0750 |
|
|
| Radio | Folder | 0750 |
|
|
| Rating | Folder | 0750 |
|
|
| Repeater | Folder | 0750 |
|
|
| Richtext | Folder | 0750 |
|
|
| Select | Folder | 0750 |
|
|
| Traits | Folder | 0750 |
|
|
| Url | Folder | 0750 |
|
|
| Helpers.php | File | 529 B | 0640 |
|