So, what I am trying to do is filter the list of posts (mine is actually a custom post type) in the WordPress Dashboard by ID.
I am checking another area (custom widget) to see if the user can edit a given post (not, I am intentionally dodging the WordPress roles, etc), if they cannot I want to filter/exclude that post from the list.
I want to take this list:
…and filter out post ID’s that another function returns
Okay, so I’ve answered my own question. Here is some code on how I did it.