jetpack_related_posts_display_markup

jetpack_related_posts_display_markup

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_related_posts_display_markup') is found 1 times:

  • /modules/related-posts/jetpack-related-posts.php line 539
    		 * @param int|false get_the_ID() Post ID of the post for which we are retrieving Related Posts.
    		 * @param array $related_posts Array of related posts.
    		 * @param array $block_attributes Array of Block attributes.
    		 */
    		return (string) apply_filters( 'jetpack_related_posts_display_markup', $display_markup, $post_id, $related_posts, $block_attributes );
    	}
    
    	/**
    	 * ========================
    	 * PUBLIC UTILITY FUNCTIONS
    	 * ========================