SimplePie_Source::get_author

Advertisement

Syntax Syntax

SimplePie_Source::get_author( $key )

Source Source

File: wp-includes/SimplePie/Source.php

	}

	public function get_authors()
	{
		$authors = array();
		foreach ((array) $this->get_source_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'author') as $author)
		{
			$name = null;
			$uri = null;
			$email = null;
			if (isset($author['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['name'][0]['data']))
			{

Advertisement

Advertisement

Leave a Reply