Filter: dt_pull_post_terms
Allow bypassing of all terms processing.
Parameters
| Name | Type | Description |
|---|---|---|
| $ | bool | true If Distributor should set the post terms. |
| $new_post_id | int | The newly created post ID. |
| $post_terms | array | List of terms items attached to the post, formatted by {@link \Distributor\Utils\prepare_taxonomy_terms()}. |
| $remote_post_id | int | The original post ID. |
| $post_array | array | The arguments passed into wp_insert_post. |
| $this | \NetworkSiteConnection | The Distributor connection being pulled from. |
Source
Defined in includes/classes/InternalConnections/NetworkSiteConnection.php at line 355
Returns
If Distributor should set the post terms.