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