apply_filters( 'wpt_auto_tweet_allowed', $return, $post_id ) → {bool}
Return true if auto tweeting of old posts is enabled.
Parameters:
Name | Type | Description |
---|---|---|
$return |
bool | true if enabled. |
$post_id |
int | Post ID. |
- Source:
Returns:
- Type
- bool