WPINC_class wp post.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface PostInterface {
    public static function get_instance( $post_id )
    public function filter( $filter );
    public function to_array()
}