Request_Handler
Class: AJAX request handler abstract class.
Method: Handle AJAX request.
Request_Handler::handle_request Read More »
Method: Check user capability.
Request_Handler::check_user_capability Read More »
Method: Verify request nonce.
Request_Handler::verify_nonce Read More »
Method: Set up and build `request` property.
Request_Handler::set_up_request Read More »
Method: Process request and build `results` property.
Request_Handler::process Read More »
Method: Prepare response and build `response` property.
Request_Handler::prepare_response Read More »
Method: Send response.
Request_Handler::send_response Read More »
Filter Hook: Filters AJAX handler response.
learndash_ajax_send_response Read More »