diff --git a/includes/transformer/class-post.php b/includes/transformer/class-post.php index 6f1fed3..e9453dc 100644 --- a/includes/transformer/class-post.php +++ b/includes/transformer/class-post.php @@ -28,13 +28,6 @@ class Post { */ protected $wp_post; - /** - * Attachment images, used in the content. - * - * @var array - */ - protected $attachments = array(); - /** * The Allowed Tags, used in the content. * @@ -253,8 +246,6 @@ class Post { } } - $this->attachments = $images; - return $images; }