Hey there! I am trying to disable the smart quotes on my website and i’ve put in this code in the functions php but it doesn’t seem to be working. Am I doing something wrong?
// Disable Curly Quotes
// =============================================================================
remove_filter('the_content', 'wptexturize');
remove_filter('the_title', 'wptexturize');
remove_filter('the_excerpt', 'wptexturize');