apply_filters( 'wpt_edit_sensitivity', int )
Filter the sensitivity used to distinguish between new posts and edits. Default allows up to a 10 second discrepancy in time stamps where post will be treated as new. This is necessary because the post date and modified date can sometimes different by a second on any server.
Parameters:
| Name | Type | Description |
|---|---|---|
int |
$sensitivity Integer representing seconds. Default 10. |
- Source:
Returns:
int