acf/enqueue_scripts
acf/enqueue_scripts
Appears in: advanced-custom-fields.6.2.2
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.2do_action('acf/enqueue_scripts') is found 1 times:
- /includes/assets.php line 394390391392393394395396397398399400
*
* @param void
*/
do_action(
'acf/admin_enqueue_scripts'
);
do_action(
'acf/enqueue_scripts'
);
// Filter i18n translations that differ from English and localize script.
$text
=
array
();
foreach
(
$this
->text
as
$k
=>
$v
) {
if
(
str_replace
(
'.verb'
,
''
,
$k
) !==
$v
) {
$text
[
$k
] =
$v
;