Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Author_Metadesc::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Author_Metadesc::__construct() Yoast 25.1

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