SimplePie_Caption::get_text

Advertisement

Summery Summery

Get the text of the caption

Syntax Syntax

SimplePie_Caption::get_text()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Caption.php

		return null;
	}

	/**
	 * Get the content type (not MIME type)
	 *
	 * @return string|null Either 'text' or 'html'
	 */
	public function get_type()
	{
		if ($this->type !== null)

Advertisement

Advertisement

Leave a Reply