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