Yoast\WP\SEO\Editors\Domain\Seo

Social::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Social::__construct() Yoast 25.1

public function __construct(
	string $social_title_template,
	string $social_description_template,
	string $social_image_template,
	string $social_first_content_image
) {
	$this->social_title_template       = $social_title_template;
	$this->social_description_template = $social_description_template;
	$this->social_image_template       = $social_image_template;
	$this->social_first_content_image  = $social_first_content_image;
}