do_action( 'ep_sync_on_set_object_terms', $post_id, $terms, $tt_ids, $taxonomy, $append, $old_tt_ids )
Fire before post is queued for syncing
Parameters:
Name | Type | Description |
---|---|---|
$post_id |
int | ID of post |
$terms |
array | An array of object terms. |
$tt_ids |
array | An array of term taxonomy IDs. |
$taxonomy |
string | Taxonomy slug. |
$append |
bool | Whether to append new terms to the old terms. |
$old_tt_ids |
array | Old array of term taxonomy IDs. |
- Since:
- 4.0.0
- Source: