LLMS_Voucher::delete_products()

[delete_products description]


Description Description


Return Return

([type]) [description]


Top ↑

Source Source

File: includes/class.llms.voucher.php

	public function delete_products() {

		global $wpdb;

		return $wpdb->delete( $this->get_product_to_voucher_table_name(), array(
			'voucher_id' => $this->id,
		) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.