手机
当前位置:查字典教程网 >CMS教程 >WordPress >禁止wordpress自动将半角转换为全角 禁止全角和半角的转换
禁止wordpress自动将半角转换为全角 禁止全角和半角的转换
摘要:找到wp-includes/formatting.php文件中//Thisisnotatag,noristhetexturizationdi...

找到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);

【禁止wordpress自动将半角转换为全角 禁止全角和半角的转换】相关文章:

wordpress主题评论中添加回复的方法

wordpress修改固定链接后301重定向的方法

Wordpress 解决注册登录死循环问题

wordpress去掉自带的logo或者左侧栏的菜单方法

WordPress文章标题链接添加正在加载中提示的方法

wordpress get_posts函数的使用方法 禁止输出指定类别的文章

WordPress中的__()和_e()函数的作用介绍

WordPress获取文章内容摘要的方法

在wordpress可视化编辑器中输入带缩进的代码

WordPress上传图片自动重命名的方法

精品推荐
分类导航