Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Last active August 17, 2024 08:27
Show Gist options
  • Save wpacademy/c060cb29687b4cf8fa427a32980b9373 to your computer and use it in GitHub Desktop.
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 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