donglikuang8145 2017-04-23 10:24
浏览 51
已采纳

如何更改整个wordpress网站的数字格式?

I need to change number format for my whole site as different country uses different formats like

  • United States — $1,234,567.89 USD
  • Canada — $1,234,567.89 CAD
  • Great Britain — £1.234.567,89 GBP
  • European — €1.234.567,89 EUR

By default it uses United State format but i need it to be European.

what i can do is use

number_format($number, 2, ',', '.'); 

this simple function, which works fine for me, but i have to use it every time i am working with number, And i need this to use for once like in wp-config.php or function.php file and that will change the format for whole site.

Is it possible?

  • 写回答

3条回答 默认 最新

  • dongpin1059 2017-04-23 11:05
    关注

    you can use wp filter for prepare common function in which you can define number format for different country.

    apply_filters( 'number_format_i18n', change_number_format );

    number format i18n

    developer number format i18n

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?