wooblueprint_importers
wooblueprint_importers
Appears in: woocommerce.9.3.1
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.9.3.1apply_filters('wooblueprint_importers') is found 1 times:
- /vendor/woocommerce/blueprint/src/ImportSchema.php line 124
* @param StepProcessor[] $step_processors The step processors. * * @since 0.0.1 */ $step_processors = $this->wp_apply_filters( 'wooblueprint_importers', $step_processors ); $indexed_step_processors = Util::index_array( $step_processors, function ( $key, $step_processor ) { return $step_processor->get_step_class()::get_step_name(); }