Skip to content

Instantly share code, notes, and snippets.

@monkeymonk
Created August 17, 2023 06:27
Show Gist options
  • Save monkeymonk/399404070b0fa4fb114ab78a79c30ac3 to your computer and use it in GitHub Desktop.
Save monkeymonk/399404070b0fa4fb114ab78a79c30ac3 to your computer and use it in GitHub Desktop.
WPML Translation setup snippet to check everything
document.querySelectorAll('.wpml-translation-setup-table input[type="radio"][value="3"]').forEach(input => { input.checked = true; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment