Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Noindex_Author::__construct()publicYoast 1.0

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() Yoast 23.5

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