$video_url = get_post_meta( get_the_ID(), 'youtube', true ); echo wp_oembed_get( $video_url, array( 'width' => 400 ) );. The 1st argument is the ...
確定! 回上一頁