We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e8b58 commit 1bad803Copy full SHA for 1bad803
1 file changed
inc/cleantalk-public.php
@@ -1287,15 +1287,15 @@ function apbct_enqueue_and_localize_public_scripts()
1287
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
- )
+ wp_enqueue_script(
+ '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