Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的商店网站上使用 WP Super Cache,在我们添加或删除商品后,它不会让购物车更新。在互联网上,有人说我需要定义一个名为 DONOTCACHEPAGE 的常量(仅在该购物车页面上)。但是我对“定义一个常量”一无所知,而且我对 PHP 也不太了解。这里的任何人都可以逐步帮助我吗?
http://php.net/manual/en/function.constant.php
例如
define ('BASE_URI', 'C:\xampp\\');
我认为您应该将此行放在代码的声明部分中:
define('DONOTCACHEPAGE',1);