tptn_high_traffic_is_bot()
Check if the current request is from a bot.
This endpoint bypasses WordPress entirely (raw mysqli, no wp-load.php), so only the WP-independent CrawlerDetect library can be used here — no Helpers class, no tptn_bots filter. Only loaded when the site actually has bot filtering enabled.
Since: 4.4.0
Source: includes/high-traffic-tracker-js.php line 36
Signature
function tptn_high_traffic_is_bot( ): bool;
Returns
bool