Created
October 24, 2025 10:55
-
-
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.
This file contains hidden or 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
| 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