templateType ) { aioseo()->schema->graphs[] = 'DiscussionForumPosting'; ProGraphs\DiscussionForumPosting::setOverwriteGraphData( [ 'properties' => [ 'headline' => sanitize_text_field( $this->activity['action'] ), 'text' => $this->activity['content_rendered'], 'datePublished' => $this->activity['date_recorded'], 'author' => $this->activity['user_fullname'], 'comment' => $this->activity['children'] ?? [] ] ] ); } } }