do_action( 'hivepress/v1/models/post/update_terms', $post_id, $post_type, $taxonomy )
Fires when the taxonomy terms linked to a post are updated.
Parameters:
Name | Type | Description |
---|---|---|
$post_id |
int | Post ID. |
$post_type |
string | Post type. |
$taxonomy |
string | Taxonomy name. |
- Source: