jetpack_relatedposts_post_category_context, $post_cat_context, $category
jetpack_relatedposts_post_category_context, $post_cat_context, $category
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_relatedposts_post_category_context, $post_cat_context, $category') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 1831
* * @param string $post_cat_context "In Category" line displayed in the post context below each Related Post. * @param array $category Array containing information about the category. */ return apply_filters( 'jetpack_relatedposts_post_category_context', $post_cat_context, $category ); } } } $tags = get_the_terms( $post_id, 'post_tag' ); if ( is_array( $tags ) ) {