1. 首页
  2. 数据库
  3. 其它
  4. wordpress禁止转义引号(半角全角)

wordpress禁止转义引号(半角全角)

上传者: 2021-02-01 14:59:23上传 PDF文件 15.7KB 热度 18次
代码如下: remove_filter('the_content', 'wptexturize'); // 禁止英文引号转义为中文引号 remove_filter('the_content', 'balanceTags'); //禁止对标签自动校正 remove_filter('the_content', 'wpautop'); //禁止自动为段落加
下载地址
用户评论