Yoast\WP\SEO\User_Meta\Application

Custom_Meta_Collector::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Custom_Meta_Collector = new Custom_Meta_Collector();
$Custom_Meta_Collector->__construct( Custom_Meta_Interface ...$custom_meta );
Custom_Meta_Interface ...$custom_meta (обязательный)
-

Код Custom_Meta_Collector::__construct() Yoast 25.1

public function __construct( Custom_Meta_Interface ...$custom_meta ) {
	$this->custom_meta = $custom_meta;
}