Yoast\WP\SEO\User_Meta\User_Interface
Custom_Meta_Integration::__construct()
The constructor.
Метод класса: Custom_Meta_Integration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Custom_Meta_Integration = new Custom_Meta_Integration(); $Custom_Meta_Integration->__construct( $custom_meta_collector );
- $custom_meta_collector(Custom_Meta_Collector) (обязательный)
- The custom meta collector.
Код Custom_Meta_Integration::__construct() Custom Meta Integration:: construct Yoast 25.1
public function __construct( Custom_Meta_Collector $custom_meta_collector ) { $this->custom_meta_collector = $custom_meta_collector; }