Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Noindex_Author::__construct
The constructor.
Метод класса: Noindex_Author{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Noindex_Author = new Noindex_Author(); $Noindex_Author->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Noindex_Author::__construct() Noindex Author:: construct Yoast 26.5
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}