wooblueprint_importers

wooblueprint_importers

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('wooblueprint_importers') is found 1 times:

  • /packages/blueprint/src/ImportStep.php line 67
    		if ( null === $validator ) {
    			$validator = new Validator();
    		}
    		$this->validator         = $validator;
    		$this->importers         = $this->wp_apply_filters( 'wooblueprint_importers', ( ( new BuiltInStepProcessors() )->get_all() ) );
    		$this->indexed_importers = Util::index_array(
    			$this->importers,
    			function ( $key, $importer ) {
    				return $importer->get_step_class()::get_step_name();
    			}
    		);
    

See this hook used in plugins: