You are here

protected property WordPressCommentXMLReader::$postId in WordPress Migrate 7.2

The last post ID we've seen - saved so we can apply it to comments.

Type: int

File

./wordpress_comment.inc, line 18
Support for migrating comments from a WordPress blog into Drupal.

Class

WordPressCommentXMLReader
Override of MigrateXMLReader, so we can track the parent posts for comments.

Code

protected $postId;