Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Author_Title::__construct()publicYoast 1.0

The constructor.

Метод класса: Author_Title{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Author_Title = new Author_Title();
$Author_Title->__construct( $options_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.

Код Author_Title::__construct() Yoast 23.6

public function __construct( Options_Helper $options_helper ) {
	$this->options_helper = $options_helper;
}