Filter: daymark_comment_import_approved
Filters whether an imported external response is approved.
Parameters
| Name | Type | Description |
|---|---|---|
| $approved | int | Approval status passed to wp_insert_comment() (1 = approved). |
| $post_id | int | Mark post ID. |
| $network | string | Network ID, e.g. 'bluesky'. |
| $response | array<string,mixed> | The response being imported. |
Since
- 0.7.0
Source
Defined in includes/class-notifications.php at line 697