Filter: dt_allow_post_unlink
Filters whether the post can be unlinked.
Parameters
| Name | Type | Description |
|---|---|---|
| $ | bool | true Whether the post is allowed to be unlinked. Default true. |
| $post_id | int | The ID of the post attempting to be unlinked. |
Since
- 1.0
Source
Defined in includes/syndicated-post-ui.php at line 316
Returns
Whether the post is allowed to be unlinked.