Action: dt_push_network_post
Fires the action after a post is pushed via Distributor before restore_current_blog().
Parameters
| Name | Type | Description |
|---|---|---|
| $new_post_id | int | The newly created post. |
| $post_id | int | The original post. |
| $args | array | The arguments passed into wp_insert_post. |
| $this | \NetworkSiteConnection | The Distributor connection being pushed to. |
Since
- 2.0.0
Source
Defined in includes/classes/InternalConnections/NetworkSiteConnection.php at line 165