WPCF7_Service_OAuth2::logprotectedCF7 1.0

Метод класса: WPCF7_Service_OAuth2{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->log( $url, $request, $response );
$url(обязательный)
.
$request(обязательный)
.
$response(обязательный)
.

Код WPCF7_Service_OAuth2::log() CF7 6.1.3

protected function log( $url, $request, $response ) {
	wpcf7_log_remote_request( $url, $request, $response );
}