內容簡介
WordPress文章和頁面中可能包含智能引號和其他特殊字符。但是,如果您通過電子郵件發送文章內容,智能引號和其他特殊字符將無法正常工作。此外採用此外掛可以清理文本以使其適合通過電子郵件發送。
您可以使用WordPress過濾器重新格式化文字,但WordPress過濾器無法與strip_tags等PHP函數一起使用。如果您使用過濾器來刪除智能引號,則不能使用strip_tags刪除HTML。
此外,WordPress過濾器無法刪除可能引起問題的所有字符。例如,雙倍空格不能被WordPress正確刪除,而歐洲人將在英國英鎊貨幣符號方面遇到問題。
此非常簡單的外掛程式可以刪除各種特殊字符,包括WordPress過濾器無法處理的雙倍空格和貨幣符號。
它還具有刪除HTML的選項。
外掛標籤
開發者團隊
原文外掛簡介
WordPress posts and pages can contain Smart quotes and other fancy characters. But Smartquotes and other special characters don’t work properly if you send the contents of a post by email. This plugin cleans up text so it can be emailed properly.
Instead of using this plugin you could use WordPress filters to reformat text, but WordPress filters cannot be used with PHP functions like strip_tags. If you use a filter to remove Smart quotes you can’t also use strip_tags to remove HTML.
Also, WordPress filters don’t remove all the characters that could cause problems. For example, double spaces are not removed properly by WordPress, and Europeans will have problems with the UK pound currency symbol.
This very simple plugin removes all sorts of special characters, including double spaces and currency symbols that WordPress filters don’t manage.
It also has an option to remove HTML.
