Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Author_Pronouns::__construct
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() Author Pronouns:: construct Yoast 26.9
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}