• Hi there

    I’m writing a script for bulk importing products to WooCommerce. Most of the products also have translations. I see that Polylang adds a “post_translations” row to wp_term_taxonomy with a reference to wp_terms table where we have a string in format of “pll_587744ca209b9”.

    I’d like to know what algorithm is being used to generate that string? Or can it be totally random?

Viewing 1 replies (of 1 total)
  • Plugin Author Chouby

    (@chouby)

    Hi Jeesus,

    There are generated with uniqid. It can be totally random and the goal is just to have a unique key.

Viewing 1 replies (of 1 total)

The topic ‘Polylang generated string in wp_terms table’ is closed to new replies.