SimplePie_Enclosure::get_restrictions

Advertisement

Summery Summery

Get all restrictions

Syntax Syntax

SimplePie_Enclosure::get_restrictions()

Return Return

(array|null) Array of SimplePie_Restriction objects

Source Source

File: wp-includes/SimplePie/Enclosure.php

		return null;
	}

	/**
	 * Get all thumbnails
	 *
	 * @return array|null Array of thumbnail URLs
	 */
	public function get_thumbnails()
	{
		if ($this->thumbnails !== null)

Advertisement

Advertisement

Leave a Reply