Yoast\WP\SEO\Editors\Framework\Site

Post_Site_Information::__construct()publicYoast 1.0

Constructs the class.

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

Хуков нет.

Возвращает

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

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

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

Код Post_Site_Information::__construct() Yoast 25.0

public function __construct(
	Short_Link_Helper $short_link_helper,
	Wistia_Embed_Permission_Repository $wistia_embed_permission_repository,
	Meta_Surface $meta,
	Product_Helper $product_helper,
	Alert_Dismissal_Action $alert_dismissal_action,
	Options_Helper $options_helper,
	Promotion_Manager $promotion_manager
) {
	parent::__construct( $short_link_helper, $wistia_embed_permission_repository, $meta, $product_helper, $options_helper, $promotion_manager );
	$this->alert_dismissal_action = $alert_dismissal_action;
}