wooblueprint_importers

wooblueprint_importers

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_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();
    			}
    

See this hook used in plugins: