每次我复制内容时,Wordpress都会像在文本中一样格式化内容。例如,如果我从维基百科复制一个链接,Wordpress会将该单词的格式设置为粗体、蓝色和下划线。这让我很难受。
我尝试了以下方法Disable TinyMCE autoformatting 我什么都没注意到
remove_filter( \'the_content\', \'wpautop\' );
remove_filter( \'the_excerpt\', \'wpautop\' );
我也尝试过这个插件,它不起作用,而且会产生错误https://wordpress.org/support/view/plugin-reviews/ps-disable-auto-formatting如何禁用格式化,使复制的链接词仅为常规词?有一个“删除格式”按钮,但在这种情况下它没有任何作用。