Straight quote marks – Custom PLUGIN

PHOTO EMBED

Thu Feb 17 2022 09:54:30 GMT+0000 (Coordinated Universal Time)

Saved by @Aadwork #wordpress #plugin

<?php
 /*
 Plugin Name: Disable Smart Quotes
 Plugin URI:
 Description: Disable curly smart quotes in post content, comment and title.
 Version: 1.0
 Author: WebNots
 Author URI: https://www.webnots.com
 */
 remove_filter('the_content', 'wptexturize');
 remove_filter('comment_text', 'wptexturize');
 remove_filter('the_title', 'wptexturize');
 ?>
content_copyCOPY

https://www.webnots.com/4-ways-to-disable-smart-or-curly-quotes-in-wordpress/