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)
Source Source
File: includes/class.llms.ajax.php
public function get_ajax_data() { return array( 'nonce' => wp_create_nonce( LLMS_AJAX::NONCE ), ); }
Expand full source code Collapse full source code View on GitHub