You are here

protected property WordPressItemSource::$postType in WordPress Migrate 7

Same name and namespace in other branches
  1. 7.2 wordpress_item.inc \WordPressItemSource::postType

The <wp:post_type> value we're looking for in this migration (post/page/attachment).

Type: string

File

./wordpress_item.inc, line 19
Support for migrating posts and pages from a WordPress blog into Drupal.

Class

WordPressItemSource
Implementation of MigrateSource, to handle migrating items from WordPress XML dumps.

Code

protected $postType;