WordPress 中文文档

Function Reference/wp next scheduled

From WordPress Chinese

Jump to: navigation, search

目录

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:

用户