Yoast\WP\SEO\Generators
Schema_Generator::__construct()
Generator constructor.
Метод класса: Schema_Generator{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Schema_Generator = new Schema_Generator(); $Schema_Generator->__construct(;
Код Schema_Generator::__construct() Schema Generator:: construct Yoast 24.4
public function __construct( Helpers_Surface $helpers, Replace_Vars_Helper $schema_replace_vars_helper ) { $this->helpers = $helpers; $this->schema_replace_vars_helper = $schema_replace_vars_helper; }