Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

Supporter timezone: Europe/Vienna (GMT+02:00)

Tagged: 

This topic contains 1 reply, has 0 voices.

Last updated by Bigul 1 day, 11 hours ago.

Assisted by: Bigul.

Author Posts
July 25, 2025 at 10:23 am #17270670

thomasS-38

Back to the Field Group Labels. It seems that the define('ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS', true); did not work after all. I still see them in the WMPL > Translation Management

July 25, 2025 at 10:34 am #17270690

Bigul
WPML Supporter since 01/2013

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Hello,

Welcome to the WPML support forum. I will do my best to assist you in resolving the issue.

I have created this ticket for easier follow-up and to avoid discussing multiple issues in a single thread.

The issue persists even after applying the following code in the functions.php file of your theme. Therefore, I have shared the details with our team for further review and am currently awaiting their feedback. Please wait.

add_filter( 'wpml_tm_dashboard_documents', function( $documents ) {
    return array_filter( $documents, function( $doc ) {
        return $doc->translation_element_type !== 'package_acf-field-group';
    } );
} );

--
Thanks!

Bigul