WP_Async_Request::handle
Handle
Override this method to perform any actions required during the async request.
Method of the class: WP_Async_Request{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->handle();
WP_Async_Request::handle() WP Async Request::handle code WC 10.9.3
abstract protected function handle();