jetpack_relatedposts_post_tag_context, $post_tag_context, $tag

jetpack_relatedposts_post_tag_context, $post_tag_context, $tag

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_relatedposts_post_tag_context, $post_tag_context, $tag') is found 1 times:

  • /modules/related-posts/jetpack-related-posts.php line 1855
    					 *
    					 * @param string $post_tag_context "In Tag" line displayed in the post context below each Related Post.
    					 * @param array $tag Array containing information about the tag.
    					 */
    					return apply_filters( 'jetpack_relatedposts_post_tag_context', $post_tag_context, $tag );
    				}
    			}
    		}
    
    		$comment_count = get_comments_number( $post_id );
    		if ( $comment_count > 0 ) {