Yoast\WP\SEO\Helpers

Author_Archive_Helper::__construct()publicYoast 1.0

Creates a new author archive helper.

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

Хуков нет.

Возвращает

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

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

$Author_Archive_Helper = new Author_Archive_Helper();
$Author_Archive_Helper->__construct(;

Код Author_Archive_Helper::__construct() Yoast 22.4

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