Warning: This function has been deprecated.
wc_next_scheduled_action( string $hook, array $args = NULL, string $group = '' )
Description Description
Parameters Parameters
- $hook
-
(Required)
- $args
-
(Optional)
Default value: NULL
- $group
-
(Optional)
Default value: ''
Return Return
(int|bool) The timestamp for the next occurrence, or false if nothing was found
Source Source
File: packages/action-scheduler/deprecated/functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |