Filter: dt_extra_data

apply_filters( 'dt_extra_data', $extra_data, $this ) → {array}

Filters the extra data for the post to be processed on the target site.

Parameters:
Name Type Description
$extra_data array

Extra data for the post.

$this DistributorPost

The DistributorPost object.

Since:
  • 2.2.0
Source:
Returns:

Extra data for the post.

Type
array