findstr_document_taxonomies

apply_filters( 'findstr_document_taxonomies', $taxonomies array, $post WP_Post )

  add_filter( 'findstr_document_taxonomies', $taxonomies array, $post WP_Post )

Filter the document taxonomies.
List of taxonomies added to document.

Parameters

NameTypeDescription
$taxonomiesarray

the taxonomies

$postWP_Post

the post object

Returns:

$taxonomies the taxonomies

Type: 
array