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.9.7.1

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

  • /includes/export/abstract-wc-csv-exporter.php line 127
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    * @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