acf/localized_field_categories

acf/localized_field_categories

Hook Type: filter

See hook in core

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

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

  • /includes/fields.php line 333
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
            'advanced'   => __( 'Advanced', 'acf' ),
            'layout'     => __( 'Layout', 'acf' ),
        );
     
        return apply_filters( 'acf/localized_field_categories', $categories_i18n );
    }
     
     
    /**
     * Returns an multi-dimentional array of field types "name => label" grouped by category
     *