Yoast\WP\SEO\Schema_Aggregator\Infrastructure

Aggregator_Config::__constructpublicYoast 1.0

Aggregator_Config constructor.

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

Хуков нет.

Возвращает

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

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

$Aggregator_Config = new Aggregator_Config();
$Aggregator_Config->__construct( $woocommerce_conditional, $post_type_helper );
$woocommerce_conditional(WooCommerce_Conditional) (обязательный)
The WooCommerce Conditional.
$post_type_helper(Post_Type_Helper) (обязательный)
The Post Type Helper.

Код Aggregator_Config::__construct() Yoast 28.3

public function __construct( WooCommerce_Conditional $woocommerce_conditional, Post_Type_Helper $post_type_helper ) {
	$this->woocommerce_conditional = $woocommerce_conditional;
	$this->post_type_helper        = $post_type_helper;
}