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