Yoast\WP\SEO\Helpers

Robots_Helper::__construct()publicYoast 1.0

Constructs a Score_Helper.

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

Хуков нет.

Возвращает

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

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

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

Код Robots_Helper::__construct() Yoast 22.3

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