Custom Meta Field – Youtube embed
Maybe it’s better to use a textarea instead of an input field. And of course $allowed doesn’t contain the iframe tag. And for sure you will be not able delete the saved video_1… Too many things not really good in this code. 1) $values = get_post_custom( $post->ID ); $video1 = isset( $values[‘video_1’] ) ? esc_attr( … Read more