how I can filter the register_post_type results by post_author? like this: if(curent_user_can('author')){ add_filter or samething like a callback function that aggregate a WHERE post_author=n }