Filter: dt_push_post_terms
Allow bypassing of all term processing.
Parameters
| Name | Type | Description |
|---|---|---|
| $ | bool | true If Distributor should push the post terms. |
| $new_post_id | int | The newly created post ID. |
| $post_terms | array | Terms attached to the post, formatted by {@link \Distributor\Utils\prepare_taxonomy_terms()}. |
| $post_id | int | The original post ID. |
| $args | array | The arguments passed into wp_insert_post. |
| $this | \Connection | The distributor connection being pushed to. |
Source
Defined in includes/classes/InternalConnections/NetworkSiteConnection.php at line 213
Returns
If Distributor should push the post terms.