apply_filters( 'dt_item_mapping', $obj, $this ) → {WP_Post}
Filter the post item.
Parameters:
Name | Type | Description |
---|---|---|
$obj |
WP_Post | The WP_Post that is being pushed. |
$this |
ExternalConnection | The external connection the post concerns. |
- Since:
- 1.0
- Source:
Returns:
The WP_Post that is being pushed.
- Type
- WP_Post