Yoast\WP\SEO\Helpers
Import_Cursor_Helper::__construct()
Class constructor.
Метод класса: Import_Cursor_Helper{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Import_Cursor_Helper = new Import_Cursor_Helper(); $Import_Cursor_Helper->__construct(;
Код Import_Cursor_Helper::__construct() Import Cursor Helper:: construct Yoast 20.0
public function __construct( Options_Helper $options ) { $this->options = $options; }