Warning: This method has been deprecated. LLMS_AJAX::check_voucher_duplicate() is deprecated in favor of LLMS_AJAX_HANDLER::check_voucher_duplicate() instead.

LLMS_AJAX::check_voucher_duplicate()

Check if a voucher is a duplicate.


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.ajax.php

			 FROM $wpdb->posts
			 WHERE
			 	    post_type = 'llms_question'
			 	AND post_status = 'publish'
			 	$like
			 ORDER BY post_title

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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