Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 12, 2019 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashour/bed071fe70f4a39f8daaef707feebede to your computer and use it in GitHub Desktop.
Save ashour/bed071fe70f4a39f8daaef707feebede to your computer and use it in GitHub Desktop.
<?php
// Place A in our UI
echo _x('Menu', 'Hamburger icon for mobile devices', 'handmadestale');
?>
<?php
// Place B in our UI
_ex('Menu', 'Footer menu header', 'handmadestale');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment