WP_Async_Task::prepare_data()

Method: Prepare any data to be passed to the asynchronous postback

WP_Async_Task::run_action()

Method: Run the do_action function for the asynchronous postback.

https_local_ssl_verify

Filter Hook: No description

WP_Async_Task::handle_postback()

Method: Verify the postback is valid, then fire any scheduled events.

WP_Async_Task::create_async_nonce()

Method: Create a random, one time use token.

WP_Async_Task::verify_async_nonce()

Method: Verify that the correct nonce was used within the time limit.

WP_Async_Task::get_nonce_action()

Method: Get a nonce action based on the $action property of the class

WP_Async_Task

Class: No description

WP_Async_Task::launch()

Method: Add the shutdown action for launching the real postback if we don’t get an exception thrown by prepare_data().

WP_Async_Task::launch_on_shutdown()

Method: Launch the request on the WordPress shutdown hook