acf/input/admin_l10n

acf/input/admin_l10n

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.2

apply_filters('acf/input/admin_l10n') is found 1 times:

  • /includes/assets.php line 488
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    * @since   5.0.0
     *
     * @param   array $data An array of data to append to.
     */
    $compat_l10n = apply_filters( 'acf/input/admin_l10n', array() );
    if ( $compat_l10n ) {
        printf( "<script>\n%s\n</script>\n", 'acf.l10n = ' . wp_json_encode( $compat_l10n ) . ';' );
    }
     
    /**
     * Fires during "admin_footer" when ACF scripts are enqueued.