• 设为首页
  • 收藏本站
  • 积分充值
  • VIP赞助
  • 手机版
  • 微博
  • 微信
    微信公众号 添加方式:
    1:搜索微信号(888888
    2:扫描左侧二维码
  • 快捷导航
    福建二哥 门户 查看主题

    禁止wordpress自动将半角转换为全角 禁止全角和半角的转换

    发布者: 怀142 | 发布时间: 2025-6-19 09:19| 查看数: 92| 评论数: 0|帖子模式

    找到wp-includes/formatting.php文件中
     

    复制代码代码如下:
    // This is not a tag, nor is the texturization disabled static strings
    $curl = str_replace($static_characters, $static_replacements, $curl);
    //regular expressions
    $curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl); 
    将两行替换函数代码加上注释,在前面加上 //:
     
    复制代码代码如下:
    // This is not a tag, nor is the texturization disabled static strings
    // $curl = str_replace($static_characters, $static_replacements, $curl);
    // regular expressions
    // $curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl);
    来源:https://zhuji.jb51.net/wordpress/7703.html
    免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!

    最新评论

    QQ Archiver 手机版 小黑屋 福建二哥 ( 闽ICP备2022004717号|闽公网安备35052402000345号 )

    Powered by Discuz! X3.5 © 2001-2023

    快速回复 返回顶部 返回列表