Automatically Trash and Delete Polylang Translations When the Main Post Is Removed
Into the file functions.php of the current wp theme add php next code:
add_action('wp_trash_post', function ($post_id) {
static $in_progress = false;
if ($in_progress) { return; }
$in_