jetpack_related_posts_display_markup, $display_markup, $post_id, $related_posts, $block_attributes
jetpack_related_posts_display_markup, $display_markup, $post_id, $related_posts, $block_attributes
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_related_posts_display_markup, $display_markup, $post_id, $related_posts, $block_attributes') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 541
* @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 * ========================