dispatcher()->send( 'undo_click' ); // Exit. die( 1 ); } /* * Function to startup our form data telemtry. * * @since 3.2 */ public function form_telemetry() { // Make sure we have a valid nonce. check_ajax_referer( 'ninja_forms_dashboard_nonce', 'security' ); // Send the action to our dispatcher. Ninja_Forms()->dispatcher()->form_data(); // Exit. die( 1 ); } }