Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions inc/cleantalk-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,23 @@ function apbct_settings__set_fields()
),
'long_description' => true,
),
'sfw__anti_crawler' => array(
'type' => 'checkbox',
'title' => 'Anti-Crawler' . $additional_ac_title, // Do not to localize this phrase
'class' => 'apbct_settings-field_wrapper',
'parent' => 'sfw__enabled',
'description' =>
__(
'Plugin shows SpamFireWall stop page for any bot, except allowed bots (Google, Yahoo and etc).',
'cleantalk-spam-protect'
)
. '<br>'
. __(
'Anti-Crawler includes blocking bots by the User-Agent. Use Personal lists in the Dashboard to filter specific User-Agents.',
'cleantalk-spam-protect'
),
'long_description' => true,
),
'data__email_decoder__status' => array(
'type' => 'custom_html',
'title' => __('Encode contact data', 'cleantalk-spam-protect'),
Expand Down Expand Up @@ -869,23 +886,6 @@ function apbct_settings__set_fields()
'title' => __('Custom logo on SpamFireWall blocking pages', 'cleantalk-spam-protect'),
'parent' => 'sfw__enabled',
),
'sfw__anti_crawler' => array(
'type' => 'checkbox',
'title' => 'Anti-Crawler' . $additional_ac_title, // Do not to localize this phrase
'class' => 'apbct_settings-field_wrapper',
'parent' => 'sfw__enabled',
'description' =>
__(
'Plugin shows SpamFireWall stop page for any bot, except allowed bots (Google, Yahoo and etc).',
'cleantalk-spam-protect'
)
. '<br>'
. __(
'Anti-Crawler includes blocking bots by the User-Agent. Use Personal lists in the Dashboard to filter specific User-Agents.',
'cleantalk-spam-protect'
),
'long_description' => true,
),
'sfw__anti_flood' => array(
'type' => 'checkbox',
'title' => 'Anti-Flood', // Do not to localize this phrase
Expand Down
Loading