This repository was archived by the owner on Sep 24, 2018. It is now read-only.
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
post_title database sanitization function towp_filter_kses() #2788
We should match WordPress Core's sanitization function when adding/updating the title of a Post. WordPress Core uses
wp_filter_kses()but we usewp_filter_post_kses().