Filter excluded posts list

eeb/validate/is_post_excluded

Description:
This filter allows you to manipulate the excluded posts list.

ParameterTypeDescription
$returnboolTrue if the post is excluded, false if not.
$post_idintThe ID of the post
$skip_postsarrayA full list of all skipable posts.
return apply_filters( 'eeb/validate/is_post_excluded', $return, $post_id, $skip_posts );