SimplePie_Credit::get_role

Advertisement

Summery Summery

Get the role of the person receiving credit

Syntax Syntax

SimplePie_Credit::get_role()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Credit.php

	{
		if ($this->role !== null)
		{
			return $this->role;
		}

		return null;
	}

	/**
	 * Get the organizational scheme

Advertisement

Advertisement

Leave a Reply