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
- 8:00 – 13:00 9:00 – 13:00 9:00 – 13:00 8:00 – 12:00 8:00 – 12:00 -
- 14:00 – 17:00 14:00 – 18:00 14:00 – 18:00 13:00 – 17:00 13:00 – 17:00 -

Supporter timezone: Europe/Zagreb (GMT+01:00)

Tagged: 

This topic contains 6 replies, has 0 voices.

Last updated by Bruno Kos 1 month, 1 week ago.

Assisted by: Bruno Kos.

Author Posts
January 13, 2026 at 7:05 am #17723608

Angeloca

Hi,
When I navigate to the Calendar page of WC booking (wordpress admin), the resources dropdown is populated with duplicated resources (1 per language)

January 13, 2026 at 12:43 pm #17725257

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

This has been escalated to our Compatibility team and may take some debugging time, I'll get back to you as soon as I have any news or questions for you.

January 16, 2026 at 6:12 am #17735704

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

Can you add the following to your functions.php file and try then?

add_filter( 'get_booking_resources_args', function( $args ) {
    $args['suppress_filters'] = false;
    return $args;
} );
January 19, 2026 at 1:08 pm #17742647

Angeloca

Adding the code fixes the issue... Is it something that's gonna be officially patched?

January 19, 2026 at 3:27 pm #17743165

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

We will create a development ticket; however, I can’t confirm when it will be addressed or which version it will be included in.

January 22, 2026 at 12:55 pm #17753919

Angeloca

OK thanks 🙂

I also want to point out that your LLM assistant suggested me a dangerously wrong step during the initial "debug":

> This often happens because bookings are considered 'post objects' in WordPress, and by default, WPML can synchronize these across languages.
> To address this, let's configure your booking post type to only exist in one language, preventing these duplicate entries in the calendar.

which is the opposite of the official documentation

January 22, 2026 at 1:49 pm #17754132

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+01:00)

Thank you for your feedback regarding our AI assistant. I have forwarded this to the responsible development team.

The topic ‘[Closed] In WC bookings calendar view I see resources in all languages’ is closed to new replies.