SimplePie_Rating::get_scheme

Advertisement

Summery Summery

Get the organizational scheme for the rating

Syntax Syntax

SimplePie_Rating::get_scheme()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Rating.php

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

		return null;
	}

	/**
	 * Get the value of the rating

Advertisement

Advertisement

Leave a Reply