SimplePie_Enclosure::native_embed

Advertisement

Deprecated Deprecated

This method has been deprecated. Use the second parameter to embed instead

Summery Summery

Embed the enclosure using <embed>

Syntax Syntax

SimplePie_Enclosure::native_embed( array|string $options = '' )

Parameters Parameters

$options

(Optional) See first paramter to embed

Default value: ''

Return Return

(string) HTML string to output

Source Source

File: wp-includes/SimplePie/Enclosure.php

		else
		{
			$options = explode(',', $options);
			foreach($options as $option)

Advertisement

Advertisement

Leave a Reply