Action: dt_after_set_meta
Fires after Distributor sets post meta.
Note: All sent meta is included in the $meta array, including excluded keys. Take care to continue to filter out excluded keys in any further meta setting.
Parameters
| Name | Type | Description |
|---|---|---|
| $meta | array | All received meta for the post |
| $existing_meta | array | Existing meta for the post |
| $post_id | int | Post ID |
Since
- 1.3.8
Source
Defined in includes/utils.php at line 218