Yoast\WP\SEO\Integrations\Third_Party
Woocommerce_Permalinks::__construct() public Yoast 1.0
Constructor.
{} Это метод класса: Woocommerce_Permalinks{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Woocommerce_Permalinks = new Woocommerce_Permalinks(); $Woocommerce_Permalinks->__construct( $indexable_helper );
- $indexable_helper(Indexable_Helper) (обязательный)
- Indexable Helper.
Код Woocommerce_Permalinks::__construct() Woocommerce Permalinks:: construct Yoast 15.6.2
public function __construct( Indexable_Helper $indexable_helper ) {
$this->indexable_helper = $indexable_helper;
}