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. Ничего (null).

Usage

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

WP_Async_Request::handle() code WC 8.3.0

abstract protected function handle();