Skip to content

Commit f1e0837

Browse files
committed
Mod. EmailEncoder. Long description updated.
1 parent 4f135aa commit f1e0837

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

lib/Cleantalk/ApbctWP/Antispam/EmailEncoder.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ public static function getEmailEncoderCommonLongDescription()
210210
<p class="apbct-icon-mobile" style="padding-left: 10px">%s</p>
211211
<p>%s</p>
212212
<p><a href="#apbct_setting_group__contact_data_encoding" onclick="handleAnchorDetection(\'apbct_setting_group__contact_data_encoding\')">%s</a> %s</p>
213+
<p>%s</p>
214+
<p><code>%s</code></p>
215+
<p><code>%s</code></p>
213216
';
214217
$tmp = sprintf(
215218
$tmp,
@@ -221,7 +224,10 @@ public static function getEmailEncoderCommonLongDescription()
221224
__('+1 (234) 567-8901 → +1 (***) ***-****', 'cleantalk-spam-protect'),
222225
__('You can also customize how emails are displayed before they are decoded by users — blurred, replaced with stars, or shown as a custom message. ', 'cleantalk-spam-protect'),
223226
__('Click', 'cleantalk-spam-protect'),
224-
__('to proceed to encoder settings', 'cleantalk-spam-protect')
227+
__('to proceed to encoder settings', 'cleantalk-spam-protect'),
228+
__('To skip encoding of a single entity use the shortcode, any text wrapped by shortcode will be shown as origin', 'cleantalk-spam-protect'),
229+
__('[apbct_skip_encoding]stop@email.com[/apbct_skip_encoding]', 'cleantalk-spam-protect'),
230+
__('[apbct_skip_encoding]+11231234567[/apbct_skip_encoding]', 'cleantalk-spam-protect')
225231
);
226232
return $tmp;
227233
}

0 commit comments

Comments
 (0)