YoastSEO_Vendor\GuzzleHttp\Psr7
AppendStream::getMetadata() public Yoast 1.0
{} Это метод класса: AppendStream{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$AppendStream = new AppendStream(); $AppendStream->getMetadata( $key );
Код AppendStream::getMetadata() AppendStream::getMetadata Yoast 15.6.2
public function getMetadata($key = null)
{
return $key ? null : [];
}