jetpack_relatedposts_filter_exclude_post_ids, array(
jetpack_relatedposts_filter_exclude_post_ids, array(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_relatedposts_filter_exclude_post_ids, array(') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 1252
// Exclude current post after filtering to make sure it's excluded and not lost during filtering. $excluded_posts = array_merge( /** This filter is already documented in modules/related-posts/jetpack-related-posts.php */ apply_filters( 'jetpack_relatedposts_filter_exclude_post_ids', array() ), array( $current_post->ID ) ); // Fetch posts with featured image. $with_post_thumbnails = get_posts( array(