woocommerce_{$this->export_type}_export_get_filename

woocommerce_{$this->export_type}_export_get_filename

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

  • /includes/export/abstract-wc-csv-exporter.php line 223
    	 *
    	 * @return string
    	 */
    	public function get_filename() {
    		return sanitize_file_name( apply_filters( "woocommerce_{$this->export_type}_export_get_filename", $this->filename ) );
    	}
    
    	/**
    	 * Set the export content.
    	 *
    	 * @since 3.1.0