• Hi,
    Here is how to fix the problem where the default locale were used instead of the saved one when editing a custom post type.

    In the following file:
    wp-content/plugins/types/includes/custom-types-form.php:863
    Replace
    function wpcf_admin_metabox_labels($cf)
    with
    function wpcf_admin_metabox_labels($ct)

    Congratz for this plug-in!

    https://ww.wp.xz.cn/plugins/types/

The topic ‘Error fix: locales not loading when editing custom type’ is closed to new replies.