Skip to content

Instantly share code, notes, and snippets.

@harshanas
Created February 13, 2021 07:57
Show Gist options
  • Save harshanas/dbcff72cf64ebff93f0f6cd3ee0a4753 to your computer and use it in GitHub Desktop.
Save harshanas/dbcff72cf64ebff93f0f6cd3ee0a4753 to your computer and use it in GitHub Desktop.
<?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