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
- MySQL Query to Retrieve Category from wp_posts
- Category checkbox list tree changes when editing a post
- How to sort posts by last name (2nd word) on ONE category only?
- Single.php Active Category Class
- Most efficient way to list all categories and display a post for each of them?
- prevent showing posts of an specific category in admin posts section
- How to display post tags
- Auto set Post to Specific Categories
- New blog template to display only one category
- WordPress menu that shows all posts in a certain category like w3schools
- How can I list random authors from current post category?
- Filter Posts By Tag
- How do I render all posts of the same category in same layout?
- WP Query related posts by current page Tag ID
- How to limit displayed posts on wordpress
- WordPress list posts from sub categories
- Select a random post from a specific category?
- How to filter posts that belong to a specific category only if that is the only category
- Category List (Archive) Page Template By Category
- List posts in a given category
- Child_of not displaying all children posts.. via get_posts
- Display posts with tag that matches current post title
- post categories
- How can i limit the number of posts created per category?
- Get Posts Under Custom Taxonomy
- Prevent additional top level categories but allow more children
- How can I show 1 featured post in a styled element, and the next few below differently styled
- Excluding posts not working
- post category in wp_insert_post
- Limit the number of posts a category can have – newest post goes in, oldest one drops out, possible? plugin?
- Remove current category from post but display all others
- Widget that shows categories with posts numbers
- How to remove specific tag from multiple posts?
- How do I show posts from another wordpress installation?
- How do I include the category next to the title of a post?
- How to show a custom taxonomy in the theme?
- How to import nested categories from XML file?
- Migrate posts from category and sub-category via SQL
- Posts Missing in Dashboard after update
- Display post number by category
- Removing all post tags except a given list
- How to get post with slug and exclude categories
- Retrieving posts by their date and category
- Are post, page and category IDs unique to each other?
- Static pages not working
- WordPress displays post on subcategory only
- Plotting posts on a graph
- How to list post as buch of category, and all of them
- Categories Listing and Highlighting current category item
- Display hierarchical categories/sub-categories for a single post only
- Remove subcategory slug from url
- Author post count in category
- On the online version of my blog posts disappear
- How to count posts in tags within time limit
- Exclude posts in home slider from sections
- Display all tags even if they are not assigned to a post
- Automatic Table of contents with categories and posts
- Is it possible to remove actual post pages in wordpress but keep them in categories
- Need help with hiding an image within a post in a category
- WordPress not showing recent posts
- How to get post count including nested categories
- How to filter out post from a category not its subcategory in wordpress dashboard
- Hide Certain Tags on Single Post Page
- How can I display a specific number of post in a category via a url
- how to chang preview of list of articles of one category?
- Post of a specific category – not to be seen in paging previous/next post
- How to show main category related to that post
- Display selected category on post page
- Sort post by category using HTML Select tag
- Make assigning post to a specific category equivalent to assigning it to all categories
- How to use in_category?
- About number of posts in selected category
- How can I count articles retrieved by tags
- WP_Query: Fetch posts that are in (category1 and not in category2), OR posts that are not in cagegory1
- Category page shows “No Posts” but I do have two assigned
- Exclude a ‘portfolio’ custom category?
- ‘get_previous_post’ in same category returning (!empty) when no previous post in category exists
- How to remove a specific script from bulk wordpress posts and images description?
- excerpt in template for specific page
- Only show posts belonging to multiple cateogries at same time
- Wrap posts from a category in HTML
- How can I get on the same row two post of different categories?
- Filters do not work when there are multiple (one works)
- Display posts from a specific category on frontpage.php template?
- Cant display custom post type posts from a specific category WordPress