LLMS_AJAX::get_ajax_data()

Get the AJAX data Currently only retrieves the nonce until we can figure out how to get the post id too


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.ajax.php

	public function get_ajax_data() {
		return array(
			'nonce' => wp_create_nonce( LLMS_AJAX::NONCE ),
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

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