Yoast\WP\SEO\Generators\Schema

Organization::is_needed()publicYoast 1.0

Determines whether an Organization graph piece should be added.

Метод класса: Organization{}

Хуков нет.

Возвращает

true|false.

Использование

$Organization = new Organization();
$Organization->is_needed();

Код Organization::is_needed() Yoast 22.4

public function is_needed() {
	return $this->context->site_represents === 'company';
}