SimplePie_Restriction::get_type

Advertisement

Summery Summery

Get the type

Syntax Syntax

SimplePie_Restriction::get_type()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Restriction.php

		{
			return $this->type;
		}

		return null;
	}

	/**
	 * Get the list of restricted things
	 *
	 * @return string|null

Advertisement

Advertisement

Leave a Reply