apply_filters( 'dt_after_registered_shortcode_data_processed', $post_content, $registered_data, $extra_data, $post_data, $unprocessed_post_content ) → {array}
Filter the post content shortcodes after processing the registered data.
Parameters:
| Name | Type | Description |
|---|---|---|
$post_content |
array | The post content. |
$registered_data |
array | The distributor registered data. |
$extra_data |
array | The extra data for the given registered data. |
$post_data |
array | The post data. |
$unprocessed_post_content |
array | The post content before processing the registered data. |
- Since:
- 2.2.0
- Source:
Returns:
$post_content The updated post content.
- Type
- array