wooblueprint_exporters

wooblueprint_exporters

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('wooblueprint_exporters') is found 1 times:

  • /packages/blueprint/src/ExportSchema.php line 78
    		 * @param StepExporter[] $exporters Array of step exporters.
    		 *
    		 * @since 0.0.1
    		 */
    		$exporters = $this->wp_apply_filters( 'wooblueprint_exporters', array_merge( $this->exporters, $built_in_exporters ) );
    		// Validate that the exporters are instances of StepExporter.
    		$exporters = array_filter(
    			$exporters,
    			function ( $exporter ) {
    				return $exporter instanceof StepExporter;
    			}
    

See this hook used in plugins: