WPCF7_Submission::get_response
Retrieves the response property.
Метод класса: WPCF7_Submission{}
Хуков нет.
Возвращает
Строку. The current response property value.
Использование
$WPCF7_Submission = new WPCF7_Submission(); $WPCF7_Submission->get_response();
Код WPCF7_Submission::get_response() WPCF7 Submission::get response CF7 6.1.4
public function get_response() {
return $this->response;
}