WPCF7_Service_OAuth2::log()
Метод класса: WPCF7_Service_OAuth2{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->log( $url, $request, $response );
- $url (обязательный)
- -
- $request (обязательный)
- -
- $response (обязательный)
- -
Код WPCF7_Service_OAuth2::log() WPCF7 Service OAuth2::log CF7 5.7.5.1
protected function log( $url, $request, $response ) { wpcf7_log_remote_request( $url, $request, $response ); }