Filter: wpt_blackout_period

apply_filters( 'wpt_blackout_period', $blackout, $acct, $i, $post_info ) → {array}

Filter blackout window based on accounts, reposts, and post information.

Parameters:
Name Type Description
$blackout array

Array of parameters indicating from and to daily blackout times.

$acct int | bool

Account being posted to. User ID or false.

$i int

Retweet value if this is being reposted.

$post_info array

Array of post data.

Source:
Returns:
Type
array