WPDD

WordPress Develop & Design

WPML – change to “copy once”

document.querySelectorAll('table.widefat tr').forEach(row => {
    const radios = row.querySelectorAll('input[type="radio"]');
    if (radios.length > 2) {
        radios[2].click(); // Click the third radio button
    }
});

This should be executed in the console of the page not in the plugin settings