Skip to content

Instantly share code, notes, and snippets.

@aimahdi
Created October 24, 2025 10:55
Show Gist options
  • Select an option

  • Save aimahdi/268c3a35bd8c114074fe1a8d2c9bd70a to your computer and use it in GitHub Desktop.

Select an option

Save aimahdi/268c3a35bd8c114074fe1a8d2c9bd70a to your computer and use it in GitHub Desktop.
Check whether a string is translatable or not. This will return yap with all translatable text.
add_filter('gettext', function ($text) {
return $text.' (yap)';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment