Automattic\WooCommerce\Internal\Integrations
WPPostsImporter::register
Register the WP Posts importer.
Method of the class: WPPostsImporter{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WPPostsImporter = new WPPostsImporter(); $WPPostsImporter->register();
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 );
}