acf/localized_field_categories

acf/localized_field_categories

Hook Type: filter

See hook in core

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

apply_filters('acf/localized_field_categories') is found 1 times:

  • /includes/fields.php line 341
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
            'layout'     => __( 'Layout', 'acf' ),
            'pro'        => __( 'PRO', 'acf' ),
        );
     
        return apply_filters( 'acf/localized_field_categories', $categories_i18n );
    }
     
     
    /**
     * Returns an multi-dimentional array of field types "name => label" grouped by category
     *