Created
August 17, 2023 06:27
-
-
Save monkeymonk/399404070b0fa4fb114ab78a79c30ac3 to your computer and use it in GitHub Desktop.
WPML Translation setup snippet to check everything
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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