Yoast\WP\SEO\Actions\Indexing
Indexable_Post_Type_Archive_Indexation_Action::__construct() public Yoast 1.0
Indexation_Post_Type_Archive_Action constructor.
{} Это метод класса: Indexable_Post_Type_Archive_Indexation_Action{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Indexable_Post_Type_Archive_Indexation_Action = new Indexable_Post_Type_Archive_Indexation_Action(); $Indexable_Post_Type_Archive_Indexation_Action->__construct(;
Код Indexable_Post_Type_Archive_Indexation_Action::__construct() Indexable Post Type Archive Indexation Action:: construct Yoast 16.1.1
public function __construct(
Indexable_Repository $repository,
Indexable_Builder $builder,
Post_Type_Helper $post_type
) {
$this->repository = $repository;
$this->builder = $builder;
$this->post_type = $post_type;
}