sfw_schedule_single_event_throttled
Description
Schedules a new event if it does not already exist
Since: 1.0.0
Code
<?php function sfw_schedule_single_event_throttled( $duration, $hook, $args = array() ){
…
} ?>
Parameter
- $duration
- (int) Duration after now
- $hook
- (string)
- $args
- (array)
Default: array()