توضیحات
If you need to prevent email addresses or entire email domains from being sent on an Elementor Form, this plugin will do that.
Stop unwanted Elementor Forms spam and create an email or domain name block list for your forms.
This is for Elementor Pro users only. This will not work with the free version of Elementor as it doesn’t support forms.
Plugin Page
عکسهای صفحه
نصب
- Ensure you are using Elementor Pro
- Download the plugin zip file & unzip it
- Copy the folder email-blacklist-for-elementor-forms into the directory /wp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress
Embed a new Elementor Form widget.
Add your comma separated email addresses or domain names into the Contents > Email Blacklist input area.
No more spam from those email addresses or domains.
سوالات متداول
-
Does the plugin do anything else?
-
Nope.
-
Does the email blacklist support regex?
-
Nope. Enter a full email address like this “bob@yandex.com” or a domain name like this “@yanex.com”.
-
Is it ethical to block entire domains from sending form emails?
-
Probably not but it’s your site, so your choice. Expect some unhappy support tickets.
نقد و بررسیها
توسعه دهندگان و همکاران
“Email Blacklist For Elementor Forms” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“Email Blacklist For Elementor Forms” به 2 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
ترجمه “Email Blacklist For Elementor Forms” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.0
- Initial release.
1.1.0
- Added a filter ‘elementor_forms_blacklist_error_message_blocked’ to allow for a custom error message.
- Usage add_filter( ‘elementor_forms_blacklist_error_message_blocked’, function( $error_message, $blocked_email ) {
return sprintf( ‘Custom Error: The email or domain %s is not allowed.’, $blocked_email );
}, 10, 2 ); - Sanitised $field[‘value’] in validation check