I am working on a post type form. The site is wordpress based. While testing the form, I noticed that everytime I use the ''' character, when the post is posted, it prints out "\'" instead.
For example:
Input: "Bob's birthday plans." Output: "Bob\'s birthday plans."
How do I stop php or wordpress, whichever is responisble, from doing this?