WordPress 中文文档
Function Reference/wp next scheduled
From WordPress Chinese
目录 |
[编辑]
Description
Returns the next timestamp for a cron event.
[编辑]
Usage
%%% $timestamp = wp_next_scheduled( hook, args (optional)); %%%
[编辑]
Return Value
- timestamp
- The time the scheduled event will next occur (unix timestamp)
[编辑]
Parameters
Template:Parameter Template:Parameter
See Also:
