Yoast\WP\SEO\Helpers
Indexing_Helper::__construct()
Indexing_Helper constructor.
Метод класса: Indexing_Helper{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Indexing_Helper = new Indexing_Helper(); $Indexing_Helper->__construct(;
Код Indexing_Helper::__construct() Indexing Helper:: construct Yoast 24.3
public function __construct( Options_Helper $options_helper, Date_Helper $date_helper, Yoast_Notification_Center $notification_center ) { $this->options_helper = $options_helper; $this->date_helper = $date_helper; $this->notification_center = $notification_center; }