woocommerce_{$this->export_type}_export_rows

woocommerce_{$this->export_type}_export_rows

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_{$this->export_type}_export_rows') is found 1 times:

  • /includes/export/abstract-wc-csv-exporter.php line 293
    		ob_start();
    
    		array_walk( $data, array( $this, 'export_row' ), $buffer );
    
    		return apply_filters( "woocommerce_{$this->export_type}_export_rows", ob_get_clean(), $this );
    	}
    
    	/**
    	 * Export rows to an array ready for the CSV.
    	 *
    	 * @since 3.1.0