Note Despite the unfortunately misleading name, this plugin is NOT the antithesis of WordPress's wptexturize function.
This prevents WordPress from making HTML entity code substitutions of single and double quotation marks with their curly alternatives and does NOT prevent WordPress from making any other character and string substitutions...
The filter allows you to use alternative approach to invoke c2c wpuntexturize in such way that if the plugin were deactivated or deleted, then your calls to the function won't cause errors in your site.
The filter allows you to customize what filters to hook to be filtered with wpuntexturize.
This list comprises comment author, term name, link name, link description, link notes, bloginfo, wp title, widget title, single post title, single cat title, single tag title, single month title, nav menu attr title, nav menu description, term description, the title, the content, the excerpt, comment text, list cats, widget text.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Add c2c wpuntexturize get default filters and change c2c init wpuntexturize to use it.
Now unfilter everything that wptexturize is applied to by default, which now includes these filters comment author, term name, link name, link description, link notes, bloginfo, wp title, widget title, single cat title, single tag title, single month title, nav menu attr title, nav menu description, term description.
Add extended description, installation instructions, and compatibility note.
Read more