The code doesn't check what the get_post function is returning. It just includes it regardless of whether it is a WP_Post object or null. https://github.com/cftp/post-collections/blob/master/template.php#L25
The code doesn't check what the get_post function is returning. It just includes it regardless of whether it is a WP_Post object or null.
https://github.com/cftp/post-collections/blob/master/template.php#L25