apply_filters( 'wpt_post_info', $values, $post_ID ) → {array}
Filters post array to insert custom data that can be used in status update process.
Parameters:
| Name | Type | Description | 
|---|---|---|
| $values | array | Existing values. | 
| $post_ID | integer | Post ID. | 
- Source:
Returns:
$values
- Type
- array