14个实用的WordPress函数
WordPress技巧|
2011年10月13日|
Era |
3,174 views
|NO REPLY
set_transient(), get_transient(), delete_transient() 这个函数类似于用于存储检索选项数据库表单的get_options()以及update_options()函数。 他们的主要区别在于,你可以给这个临时API函数传递一个时间参数,作为数据库输入的过期日。当参数显示的时间到
set_transient(), get_transient(), delete_transient()
这个函数类似于用于存储检索选项数据库表单的get_options()以及update_options()函数。 他们的主要区...