sanitize vimeo embed code?
I have a custom meta box with a textarea where users can drop in vimeo embed code.
Should I sanitize this code before I update_post_meta, and, if so, how should I go about it? I don't want to strip out important information (like the iframe)...I just want to make sure nothing malicious is getting entered.
Topic wp-kses esc-textarea Wordpress
Category Web