We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bad803 commit 500ef9dCopy full SHA for 500ef9d
1 file changed
inc/cleantalk-public.php
@@ -1288,14 +1288,14 @@ function apbct_enqueue_and_localize_public_scripts()
1288
// Bot detector
1289
if ( $apbct->settings['data__bot_detector_enabled'] && ! apbct_bot_detector_scripts_exclusion()) {
1290
wp_enqueue_script(
1291
- 'ct_bot_detector',
1292
- 'https://moderate.cleantalk.org/ct-bot-detector-wrapper.js',
1293
- [],
1294
- APBCT_VERSION,
1295
- array(
1296
- 'in_footer' => $in_footer,
1297
- 'strategy' => 'defer'
1298
- )
+ 'ct_bot_detector',
+ 'https://moderate.cleantalk.org/ct-bot-detector-wrapper.js',
+ [],
+ APBCT_VERSION,
+ array(
+ 'in_footer' => $in_footer,
+ 'strategy' => 'defer'
+ )
1299
);
1300
}
1301
0 commit comments