do_action( 'pre_ep_index_sync_queue', $bail, $sync_manager, $indexable_slug )
Allow other code to intercept the sync process
Parameters:
Name | Type | Description |
---|---|---|
$bail |
boolean | True to skip the rest of index_sync_queue(), false to continue normally |
$sync_manager |
SyncManager | SyncManager instance for the indexable |
$indexable_slug |
string | Slug of the indexable being synced |
- Since:
- 3.5
- Source: