Yoast\WP\SEO\Schema_Aggregator\Infrastructure

Schema_Aggregator_Conditional::is_metpublicYoast 1.0

Returns true when the Schema aggregator feature is enabled.

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

Хуков нет.

Возвращает

true|false. true when the Schema aggregator feature is enabled.

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

$Schema_Aggregator_Conditional = new Schema_Aggregator_Conditional();
$Schema_Aggregator_Conditional->is_met(): bool;

Код Schema_Aggregator_Conditional::is_met() Yoast 28.3

public function is_met(): bool {
	return $this->options->get( 'enable_schema_aggregation_endpoint' ) === true;
}