Skip to content

Commit

Permalink
fix: disable wptexturize
Browse files Browse the repository at this point in the history
  • Loading branch information
justid committed Jun 16, 2022
1 parent 19a40e1 commit 52f8ce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,4 +689,7 @@ function auto_featured_image($post_ID, $post, $update)
}
add_action('wp_insert_post', 'auto_featured_image', 10, 3);

// disable wptexturize
remove_filter('the_content', 'wptexturize');


0 comments on commit 52f8ce4

Please sign in to comment.