logo
  • 教程列表
  • SO官方文档
  • 从内容和摘录中删除自动换行符
    • 删除过滤器
    • 删除过滤器的功能
  1. StackOverflow 文档
  2. WordPress 教程
  3. 从内容和摘录中删除自动换行符
  4. 删除过滤器

删除过滤器

Created: November-22, 2018

// Remove the auto-paragraph and auto-line-break from the content
remove_filter( 'the_content', 'wpautop' );

// Remove the auto-paragraph and auto-line-break from the excerpt
remove_filter( 'the_excerpt', 'wpautop' );
  • 删除过滤器的功能
  • 从内容和摘录中删除自动换行符

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明