WP_Async_Request::handle() protected WC 1.0
Handle
Override this method to perform any actions required during the async request.
{} Это метод класса: WP_Async_Request{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->handle();
Код WP_Async_Request::handle() WP Async Request::handle WC 5.0.0
abstract protected function handle();