Yoast\WP\SEO\Helpers

Short_Link_Helper::__construct()publicYoast 1.0

Short_Link_Helper constructor.

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

Хуков нет.

Возвращает

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

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

$Short_Link_Helper = new Short_Link_Helper();
$Short_Link_Helper->__construct( $options_helper, $product_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.
$product_helper(Product_Helper) (обязательный)
The product helper.

Код Short_Link_Helper::__construct() Yoast 25.1

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