woocommerce_{$this->export_type}_export_delimiter

woocommerce_{$this->export_type}_export_delimiter

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_delimiter') is found 1 times:

  • /includes/export/abstract-wc-csv-exporter.php line 127
    	 * @since 3.9.0
    	 * @return string
    	 */
    	public function get_delimiter() {
    		return apply_filters( "woocommerce_{$this->export_type}_export_delimiter", $this->delimiter );
    	}
    
    	/**
    	 * Set columns to export.
    	 *
    	 * @since 3.1.0