Yoast\WP\SEO\Integrations\Front_End
Comment_Link_Fixer::__construct() public Yoast 1.0
Comment_Link_Fixer constructor.
{} Это метод класса: Comment_Link_Fixer{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Comment_Link_Fixer = new Comment_Link_Fixer(); $Comment_Link_Fixer->__construct(;
- $redirect(Redirect_Helper) (обязательный)
- The redirect helper.
- $robots(Robots_Helper) (обязательный)
- The robots helper.
Код Comment_Link_Fixer::__construct() Comment Link Fixer:: construct Yoast 15.6.2
public function __construct(
Redirect_Helper $redirect, Robots_Helper $robots
) {
$this->redirect = $redirect;
$this->robots = $robots;
}