tptn_fast_tracker_is_bot()
Check if the current request is from a bot.
SHORTINIT skips the plugin’s normal bootstrap/autoloader, so the CrawlerDetect library and the Helpers class are only required here, and only when the site actually has bot filtering enabled (avoids the extra require/regex-compile cost on every tracked request otherwise).
Since: 4.4.0
Source: includes/fast-tracker-js.php line 50
Signature
function tptn_fast_tracker_is_bot( ): bool;
Returns
bool