Yoast\WP\SEO\Schema_Aggregator\Application\Enhancement

Person_Schema_Enhancer::set_person_configpublicYoast 1.0

Sets the Person_Config instance.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Person_Schema_Enhancer = new Person_Schema_Enhancer();
$Person_Schema_Enhancer->set_person_config( $config );
$config(Person_Config) (обязательный)
The Person_Config instance.

Код Person_Schema_Enhancer::set_person_config() Yoast 27.7

public function set_person_config( Person_Config $config ) {
	$this->config = $config;
}