Yoast\WP\SEO\User_Meta\Application
Custom_Meta_Collector::__construct
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() Custom Meta Collector:: construct Yoast 28.1
public function __construct( Custom_Meta_Interface ...$custom_meta ) {
$this->custom_meta = $custom_meta;
}