<?php // get iframe HTML $iframe = get_field('oembed'); // use preg_match to find iframe src preg_match('/src="(.+?)"/', $iframe, $matches) ...
確定! 回上一頁