Skip to content

Instantly share code, notes, and snippets.

@eto4detak
Last active October 24, 2019 16:16
Show Gist options
  • Save eto4detak/c3a5e8f2acb972d09f0f4918e13db839 to your computer and use it in GitHub Desktop.
Save eto4detak/c3a5e8f2acb972d09f0f4918e13db839 to your computer and use it in GitHub Desktop.
php text
<?php
$f = new NumberFormatter("ru", NumberFormatter::SPELLOUT);
echo $f->format(123456);
$content = "Статус посылки НП: </br>"
."Выдано в месте YYYY </br>"
."Ориентировочная доставка до Отделения ЧЧЧЧ dd--mm </br>"
."Ждите дополнительное уведомление при прибытии</br>";
echo iconv('CP1251','UTF-8',$options)
$sku = 'VK' . '-' . sprintf( "%'.06d\n", $post_id);
$sku = preg_replace('/[^A-Za-z0-9\-_]/', '', $sku);
sprintf( __( 'You save %d considering these days', 'mydomain' ), $discount );
<span class="price"><?php echo wp_kses_post( $_purchase_note ); ?></span>
$(this).html(decodeURI($(this).html()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment