Yoast_Input_Validation::get_error_descriptions()public staticYoast 12.1

Gets all the error descriptions.

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

Хуков нет.

Возвращает

Массив. An associative array of error descriptions.

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

$result = Yoast_Input_Validation::get_error_descriptions();

Список изменений

С версии 12.1 Введена.

Код Yoast_Input_Validation::get_error_descriptions() Yoast 22.4

public static function get_error_descriptions() {
	return self::$error_descriptions;
}