jetpack_relatedposts_returned_results, $results, $post_id
jetpack_relatedposts_returned_results, $results, $post_id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_relatedposts_returned_results, $results, $post_id') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 987
* * @param array $results Array of related posts matched by Elasticsearch. * @param int $post_id Post ID of the post for which we are retrieving Related Posts. */ return apply_filters( 'jetpack_relatedposts_returned_results', $results, $post_id ); } /** * ========================= * PRIVATE UTILITY FUNCTIONS * =========================