acf/post_type/admin_l10n

acf/post_type/admin_l10n

Hook Type: filter

See hook in core

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

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

  • /includes/admin/post-types/admin-post-type.php line 215
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    * @param array $l10n The array of translated strings.
     * @return array $l10n
     */
    public function admin_l10n( $l10n ) {
        return apply_filters( 'acf/post_type/admin_l10n', $l10n );
    }
     
    /**
     * Admin footer third party hook support
     *
     * @since 5.3.2