Filter: dt_push_post_meta
Allow bypassing of all meta processing.
Parameters
| Name | Type | Description |
|---|---|---|
| $ | bool | true If Distributor should push the post meta. |
| $new_post_id | int | The newly created post ID. |
| $post_meta | array | Meta attached to the post, formatted by {@link \Distributor\Utils\prepare_meta()}. |
| $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 229
Returns
If Distributor should push the post meta.