Yoast\WP\SEO\Integrations\Third_Party
Web_Stories::__construct() public Yoast 1.0
Constructs the Web Stories integration
{} Это метод класса: Web_Stories{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Web_Stories = new Web_Stories(); $Web_Stories->__construct( $front_end );
- $front_end(Front_End_числоegration) (обязательный)
- The front end integration.
Код Web_Stories::__construct() Web Stories:: construct Yoast 15.6.2
public function __construct( Front_End_Integration $front_end ) {
$this->front_end = $front_end;
}