WP_Async_Request::handle()protectedWC 1.0

Handle

Override this method to perform any actions required during the async request.

Method of the class: WP_Async_Request{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->handle();

WP_Async_Request::handle() code WC 9.2.3

abstract protected function handle();