SimplePie_Enclosure::get_thumbnails

Advertisement

Summery Summery

Get all thumbnails

Syntax Syntax

SimplePie_Enclosure::get_thumbnails()

Return Return

(array|null) Array of thumbnail URLs

Source Source

File: wp-includes/SimplePie/Enclosure.php

	 */
	public function native_embed($options='')
	{
		return $this->embed($options, true);
	}

	/**
	 * Embed the enclosure using Javascript
	 *
	 * `$options` is an array or comma-separated key:value string, with the
	 * following properties:

Advertisement

Advertisement

Leave a Reply