Yoast\WP\SEO\Exceptions\Indexable
Indexing_Failed_Exception::get_object_type
Gets the object type of the indexable that failed to build.
Метод класса: Indexing_Failed_Exception{}
Хуков нет.
Возвращает
string. The object type.
Использование
$Indexing_Failed_Exception = new Indexing_Failed_Exception(); $Indexing_Failed_Exception->get_object_type();
Код Indexing_Failed_Exception::get_object_type() Indexing Failed Exception::get object type Yoast 28.4
public function get_object_type() {
return $this->object_type;
}