This is wptexturize which includes a number of other transforms too.
You can disable wptexturize completely with
add_filter( 'run_wptexturize', '__return_false' );
which you can put in your child theme’s functions.php, or in a one-file plugin or similar. I can’t see a way to disable just these rules specifically.
Related Posts:
- What Defines What Category A Post Picks (if in multiple)
- Should I use posts or pages in this scenario?
- Using permalinks, category slugs, and tag slugs
- WP_Query: Mixing category__in and tag__in together
- How can I hide tags on a child-category page, if that tag has not been used?
- How to get post with associated categories and tags names instead of ids with rest api?
- Having pages after specifying post_type post
- In what context should Categories and Tags be used
- Can I show category name in url for only one of my categories?
- Is there a way to categorize a list posts all at once?
- How to get tags when using publish_post
- Why do I have categories with duplicate slugs?
- show only one category and filter by tag
- Set multi posts random categories and tags
- How to remove category and other tags from posts page
- Including categories in search results
- Count how many posts in category
- Custom Single Post By Category
- How to remove Nextpage tag inside posts text depending of utm_campaign
- Convert custom fields to post categories
- Query posts from current year
- Display posts by tag on page
- Convert IPTC keywords to blog post tags
- Show One Category on Post
- Remove post_tag from default post type, add custom taxonomy
- Do I use custom post type or something else?
- Limit function to specific post category
- Show all post titles
- Add Category name to Post Title (h1)
- Posts are not showing up on particular category
- how to programmatically change post tags
- How to display related posts by subcategory and not parent category
- Category Template: Need to display different content on first page of archives
- How to add Tags Filter in wordpress admin dashboard
- Display post category in foreach loop with category link
- Extracting post categories
- How to limit posts by category
- Get user categories with most posts in it
- Prepending %category% onto default posts fails
- How to list recent posts in a wp nav menu?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- How to display two blog categories as separate sections on one page?
- WordPress query_posts by tag doesn’t work anymore(?)
- why does wordpress ignore the post args?
- get posts from Custom Post Type & Category
- How to create a “latest news” page showing a list of posts from blog category
- Count several post tags
- Does WP automatically tag posts into the archive?
- How to enable custom Shortcodes in Post Category Description? [duplicate]
- Sort by last word in title
- How to call posts under a specific category on static front page?
- Give posts a particular template based on the assigned category
- Post-Archive like a page in a specific subdirectory
- Add post tags to previously created custom post type
- How to display only one category in a custom post type?
- Get only X number of categories
- inserting a category into post
- Getting posts from some categories plus some individual posts
- Change layout of post depending on category
- How to add tag(s) to all posts from a specific category? [duplicate]
- latest post showing up twice on posts page
- wp_list_categories() Exclude All Categories Except One
- Different post views for different category views
- Possible?! A contextually titled back link
- Allow / show post comments in category pages
- How to select a category automatically based on a word in WordPress post title?
- Display default matabox of posts(add category) wordpress
- How display related post only in Default category on single
- How to add first 3-4 post tags on WordPress Post Title
- How to add class to specific navbar item when post parent category is in specific category
- How do you change the permalink for posts for a single category?
- Posts are not displaying on their category and tag page
- Does having category name in permalinks affect SEO when having a post in multiple categories?
- how to create a category with wp_insert_post and post_category
- Exclude posts in a category on one page but show those posts on a different page
- How to add a block to a category page?
- Excluding category from post navigation in WordPress?
- Post Category link is same with Page link
- Show custom post category for single post
- Get a list of categories that are related to posts
- Querying posts from current category, using a variable as array argument
- Show all posts from the tags without having to set all of them
- Precedence of page permalinks over woocommerce product category links?
- Need help writing loop to display posts by categories in separate divs
- Add category selection to function request
- Query post category & remove any post id
- Admin Post List Only Show One Category
- Multiple Post Repeat for Related Post Loop by Category
- Show Post number of specific Category
- how to show posts on different pages if number of post per page is one
- Is possible to create a custom link that creates a post that’s already categorized?
- Output posts with same name as tags?
- Is it possible to have different header style blog titles in different categories?
- Category pages vs single post pages
- How to display subcategory articles in the category view?
- Related posts by searching post tags of single post as terms
- How do we display a certain category type on a page while hiding all others?
- wordpress category Description not allowed tag
- How to get a list of all posts and their categories?
- Only an admin can add new tags