WP_Async_Task::run_action()

Method: Run the do_action function for the asynchronous postback.

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::__construct()

Method: Constructor to wire up the necessary actions

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

Validate::whitelist_shortcodes()

Method: Whitelist shortcodes in content.

Comment_Modal::__construct()

Method: The class constructor.