WordPress:Function Reference/wp next scheduled

来自站长百科
Fludlen讨论 | 贡献2008年7月22日 (二) 14:56的版本
跳转至: 导航、​ 搜索

Description

返回

Returns the next timestamp for a cron event. 返回cron event下一次的时间标记。

Usage

用法

%%% $timestamp = wp_next_scheduled( hook, args (optional)); %%%

%%% $timestamp = wp_next_scheduled( hook, args (optional)); %%%

Return Value

返回参数值

timestamp
The time the scheduled event will next occur (unix timestamp)

;时间标记:预定的操作下一次执行的时间(unix时间格式)

Parameters

参数

See Also: 也看看: