Línea de tiempo

function add_iframe($atts) { extract(shortcode_atts(array( ‘src’ => ‘/’ ), $atts)); $theframe = »; return $theframe; } add_shortcode(‘iframe’, ‘add_iframe’);