Term_Ignorer::do_import()

Summary

No summary available.

Source

File: src/BigCommerce/Import/Importers/Terms/Term_Ignorer.php

	public function do_import() {
		/**
		 * A term has been skipped for import
		 * 
		 * @param array  $bc_term
		 * @param string $taxonomy
		 * @param int    $term_id
		 */
		do_action( 'bigcommerce/import/term/skipped', $this->bc_term, $this->taxonomy, $this->term_id );

		return $this->term_id;
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.