WP_Async_Request::handle()protectedWC 1.0

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() WC 8.7.0

abstract protected function handle();