Yoast\WP\SEO\Schema\Application\Configuration

Schema_Configuration::get_configurationpublicYoast 1.0

Returns the schema configuration.

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

Хуков нет.

Возвращает

Массив<Строку,. bool|array<string, array<string, bool|string>>>

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

$Schema_Configuration = new Schema_Configuration();
$Schema_Configuration->get_configuration(): array;

Код Schema_Configuration::get_configuration() Yoast 27.7

public function get_configuration(): array {
	return [
		'isSchemaDisabledProgrammatically' => $this->is_schema_disabled_programmatically(),
		'schemaApiIntegrations'            => $this->get_schema_api_integrations(),
	];
}