Automattic\WooCommerce\Internal\Integrations

WPPostsImporter::registerpublicWC 1.0

Register the WP Posts importer.

Method of the class: WPPostsImporter{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WPPostsImporter = new WPPostsImporter();
$WPPostsImporter->register();

WPPostsImporter::register() code WC 10.3.3

public function register() {
	add_action( 'wp_import_posts', array( $this, 'register_product_attribute_taxonomies' ), 100, 1 );
}