nitropack
Last commit date
classes
2 years ago
languages
2 years ago
nitropack-sdk
2 years ago
view
2 years ago
advanced-cache.php
2 years ago
batcache-compat.php
4 years ago
cf-helper.php
5 years ago
constants.php
2 years ago
diagnostics.php
2 years ago
functions.php
2 years ago
helpers.php
3 years ago
integrations.php
4 years ago
main.php
2 years ago
readme.txt
2 years ago
uninstall.php
2 years ago
wp-cli.php
2 years ago
batcache-compat.php
7 lines
| 1 | <?php |
| 2 | define("NITROPACK_BATCACHE_COMPAT", true); |
| 3 | $batcache["unique"][] = !empty($_SERVER["HTTP_USER_AGENT"]) && preg_match("/(Android|Mobile|iPod|iPhone|MobileSafari|webOS|BlackBerry|windows phone|symbian|vodafone|opera mini|windows ce|smartphone|palm|midp)/i", $_SERVER["HTTP_USER_AGENT"]) ? "mobile" : "desktop"; |
| 4 | $batcache["cache_control"] = false; |
| 5 | $batcache["use_stale"] = false; |
| 6 | $batcache["times"] = 1; |
| 7 |