Yoast\WP\SEO\Builders
Indexable_Post_Type_Archive_Builder::__construct() public Yoast 1.0
Indexable_Post_Type_Archive_Builder constructor.
{} Это метод класса: Indexable_Post_Type_Archive_Builder{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Post_Type_Archive_Builder = new Indexable_Post_Type_Archive_Builder(); $Indexable_Post_Type_Archive_Builder->__construct(;
- $options(Options_Helper) (обязательный)
- The options helper.
Код Indexable_Post_Type_Archive_Builder::__construct() Indexable Post Type Archive Builder:: construct Yoast 15.7
public function __construct(
Options_Helper $options
) {
$this->options = $options;
}