apply_filters( 'wpt_recent_tweet_threshold', $expire ) → {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 |
---|---|---|
$expire |
int | Integer representing seconds. How long the transient will exist. |
- Source:
Returns:
- Type
- int