Filter excluded posts list

eeb/validate/is_post_excluded

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

Parameter Type Description
$return bool True if the post is excluded, false if not.
$post_id int The ID of the post
$skip_posts array A full list of all skipable posts.
return apply_filters( 'eeb/validate/is_post_excluded', $return, $post_id, $skip_posts );
Updated on January 31, 2020

Was this article helpful?

Related Articles