SimplePie_Rating::get_value

Advertisement

Summery Summery

Get the value of the rating

Syntax Syntax

SimplePie_Rating::get_value()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Rating.php

		{
			return $this->value;
		}

		return null;
	}
}

Advertisement

Advertisement

Leave a Reply