WPCF7_Submission::get_response()publicCF7 1.0

Retrieves the response property.

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

Хуков нет.

Возвращает

Строку. The current response property value.

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

$WPCF7_Submission = new WPCF7_Submission();
$WPCF7_Submission->get_response();

Код WPCF7_Submission::get_response() CF7 5.9.3

public function get_response() {
	return $this->response;
}