Last active
August 17, 2024 08:27
-
-
Save wpacademy/c060cb29687b4cf8fa427a32980b9373 to your computer and use it in GitHub Desktop.
Hide the language label for GTranslate plugin when using Popup mode via shortcode in your template.
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
/** | |
* This is a jQuery code snippet | |
*/ | |
jQuery(document).ready(function($) { | |
$("a.glink span").first().html(""); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment