Created
February 13, 2021 07:57
-
-
Save harshanas/dbcff72cf64ebff93f0f6cd3ee0a4753 to your computer and use it in GitHub Desktop.
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
<?php | |
function tbpw_get_email_count(){ | |
return 100; | |
} | |
echo __('Send Email', 'tbpw'); | |
printf( | |
_n( | |
'%s email', | |
'%s emails', | |
tbpw_get_email_count(), | |
'tbpw' | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment