apply_filters( 'dt_pull_post_apply_rendered_content', false, $new_post_id, $this, $post_array ) → {bool}
Allow the sync'ed post to be updated via a REST request get the rendered content.
Parameters:
Name | Type | Description |
---|---|---|
false |
bool | Apply rendered content after a pull? Defaults to false. |
$new_post_id |
int | The new post ID. |
$this |
Connection | The Distributor connection pulling the post. |
$post_array |
array | The post array used to create the new post. |
Returns:
Whether to apply rendered content after a pull.
- Type
- bool