apply_filters( 'wpt_recent_tweet_threshold', int )
Modify the expiration window for recent status updates.
This value does flood control, to prevent a runaway process from sending multiple status updates. Default 30 seconds.
Parameters:
| Name | Type | Description |
|---|---|---|
int |
$expire Integer representing seconds. How long the transient will exist. |
- Source:
Returns:
int