ACF_Admin_UI_Options_Page::admin_l10npublicACF 5.3.8

This function will append extra l10n strings to the acf JS object

Method of the class: ACF_Admin_UI_Options_Page{}

Hooks from the method

Returns

array. $l10n

Usage

$ACF_Admin_UI_Options_Page = new ACF_Admin_UI_Options_Page();
$ACF_Admin_UI_Options_Page->admin_l10n( $l10n );
$l10n(array) (required)
The array of translated strings.

Changelog

Since 5.3.8 Introduced.

ACF_Admin_UI_Options_Page::admin_l10n() code ACF 6.8.8

public function admin_l10n( $l10n ) {
	return apply_filters( 'acf/ui_options_page/admin_l10n', $l10n );
}