wordpress-fieldmanager icon indicating copy to clipboard operation
wordpress-fieldmanager copied to clipboard

Consider replacing `fm_sanitize_textarea()` with `sanitize_textarea_field()` (where available)

Open dlh01 opened this issue 8 years ago • 0 comments

WordPress 4.7 is on track to add a sanitizing function for textareas -- see https://core.trac.wordpress.org/changeset/38944.

It doesn't seem like fm_sanitize_textarea() could be removed entirely, but, if sanitize_textarea_field() makes it into 4.7, then FM could potentially defer to core when the function exists.

dlh01 avatar Oct 26 '16 06:10 dlh01