woocommerce_{$this->export_type}_export_column_names

woocommerce_{$this->export_type}_export_column_names

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

  • /includes/export/abstract-wc-csv-exporter.php line 93
    	 * @since 3.1.0
    	 * @return array
    	 */
    	public function get_column_names() {
    		return apply_filters( "woocommerce_{$this->export_type}_export_column_names", $this->column_names, $this );
    	}
    
    	/**
    	 * Set column names.
    	 *
    	 * @since 3.1.0