module WP2Middleman
Constants
- VERSION
Public Class Methods
migrate(wp_xml_export_file, body_to_markdown = false, include_fields = [])
click to toggle source
# File lib/wp2middleman.rb, line 10 def self.migrate(wp_xml_export_file, body_to_markdown = false, include_fields = []) migrator = WP2Middleman::Migrator.new wp_xml_export_file, body_to_markdown: body_to_markdown, include_fields: include_fields migrator.migrate end