Filter: wpt_modify_term_filters

apply_filters( 'wpt_modify_term_filters', $filter, $args ) → {bool}

Run filters based on taxonomy terms. Used to exclude or include particular terms from Tweets. A true value means continue, but does not mean that a Tweet will be sent; a Tweet could still be filtered out for a different reason.

Parameters:
Name Type Description
$filter bool

Boolean true to continue, false to prevent Tweets.

$args array

Data about the current post.

Source:
Returns:
Type
bool