For multiple post types, you’d need to adjust `if ( ‘movie’ === $post->post_type ) {` to include more. Whether it be more equality checks, or maybe an `in_array()` check. Then you’d also need to add the extra post types to the `pre_get_posts` callback.