ACF_Admin_Internal_Post_Type::admin_l10n
This function will append extra l10n strings to the acf JS object
Метод класса: ACF_Admin_Internal_Post_Type{}
Хуков нет.
Возвращает
Массив
. $l10n
Использование
$ACF_Admin_Internal_Post_Type = new ACF_Admin_Internal_Post_Type(); $ACF_Admin_Internal_Post_Type->admin_l10n( $l10n );
- $l10n(массив) (обязательный)
- The array of translated strings.
Список изменений
С версии 5.3.8 | Введена. |
Код ACF_Admin_Internal_Post_Type::admin_l10n() ACF Admin Internal Post Type::admin l10n ACF 6.4.2
public function admin_l10n( $l10n ) { // Override as necessary. }