[wp-hackers] Problem with default filters

Frank Bueltge frank at bueltge.de
Wed May 26 08:46:15 UTC 2010


Hy,

i have a problem with shortcodes in post and pages.
The shortcode use strings with & and this will not read, when active the
filters wptexturize and convert_chars.
When i deactivate the filter, works fine - only when i deactivate the two
filters.
 remove_filter( 'the_content', 'wptexturize'        );
 remove_filter( 'the_content', 'convert_chars'      );


maybe give it a solution for this or is this a bug in the filters?

Thanks for reply or ideas.


More information about the wp-hackers mailing list