Yoast_Input_Validation::set_error_descriptions()
Устарела с версии 23.3. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Sets the error descriptions.
Метод класса: Yoast_Input_Validation{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = Yoast_Input_Validation::set_error_descriptions( $descriptions ) // @phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable, Generic.CodeAnalysis.UnusedFunctionParameter.Found -- Needed for BC.;
- $descriptions **
- -
По умолчанию: []
Список изменений
С версии 12.1 | Введена. |
Устарела с | 23.3 |
Код Yoast_Input_Validation::set_error_descriptions() Yoast Input Validation::set error descriptions Yoast 24.0
public static function set_error_descriptions( $descriptions = [] ) { // @phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable, Generic.CodeAnalysis.UnusedFunctionParameter.Found -- Needed for BC. _deprecated_function( __METHOD__, 'Yoast SEO 23.3' ); }