Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Author_Pronouns::__constructpublicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Author_Pronouns::__construct() Yoast 26.9

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