Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
ActionScheduler_HybridStore::set_demarkation_id( int $id = null )
Store the demarkation id in WP options.
Description Description
Parameters Parameters
- $id
-
(Optional) The ID to set as the demarkation point between the two stores Leave null to use the next ID from the WP posts table.
Default value: null
Return Return
(int) The new ID.
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php