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.5

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

  • /includes/fields.php line 334
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
            '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
     *