Filter: wpt_hash_source

apply_filters( 'wpt_hash_source', $tags, $post_ID ) → {array}

Change the taxonomy used by default to generate post tags. Array of terms attached to post.

Parameters:
Name Type Description
$tags array

Array of post terms.

$post_ID int

Post ID.

Source:
Returns:
Type
array