Filter: dt_update_content_via_request_args

apply_filters( 'dt_update_content_via_request_args', list, $new_post_id, $this ) → {array}

Allow filtering of the HTTP request args before updating content via a REST API call.

Parameters:
Name Type Description
list array

List of request args.

$new_post_id int

The new post ID.

$this NetworkSiteConnection

The distributor connection being pulled from.

Source:
Returns:

List of filtered request args.

Type
array