WordPress开发手册:nocache_headers()
函数原型
nocache_headers()
函数描述
Sets the headers to prevent caching for the different browsers.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-includes/functions.php.
函数源码
nocache_headers();
源码链接
变更日志
Changelog| Version | Description |
|---|
| 2.0.0 | Introduced. |
Was this article helpful?