Skip to content

Instantly share code, notes, and snippets.

@frontend-coder
Created July 10, 2022 10:40
Show Gist options
  • Save frontend-coder/17c1a6268c43b54040b2fa1390d8cdf8 to your computer and use it in GitHub Desktop.
Save frontend-coder/17c1a6268c43b54040b2fa1390d8cdf8 to your computer and use it in GitHub Desktop.
33. Множина в WordPress #wordpress
$rating = '3';
printf(esc_html( _n( '%s star', '%s stars', $ratting, 'domain' ), $rating ));
$city = 'Rjh';
$country = ';kkk';
printf(ecs_html__('my city is %1$s and my country is %2$s '), 'domein'), $city, $country );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment