Filter: wpt_should_block_status

apply_filters( 'wpt_should_block_status', $filter, $post_info ) → {bool}

Apply filters against this post to determine whether it should be allowed to be sent.

Parameters:
Name Type Description
$filter bool

Always false by default.

$post_info array

Array of post data.

Source:
Returns:

True to block post.

Type
bool