Disable Automatic Formatting


SUBMITTED BY: phpsnippets

DATE: Oct. 22, 2015, 3:24 p.m.

FORMAT: Text only

SIZE: 181 Bytes

HITS: 1317

  1. remove_filter('the_content', 'wptexturize');
  2. remove_filter('the_excerpt', 'wptexturize');
  3. remove_filter('comment_text', 'wptexturize');
  4. remove_filter('the_title', 'wptexturize');

comments powered by Disqus