Yoast\WP\SEO\Actions\Indexing
Indexable_Indexing_Complete_Action::__construct() public Yoast 1.0
Indexable_Indexing_Complete_Action constructor.
{} Это метод класса: Indexable_Indexing_Complete_Action{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Indexable_Indexing_Complete_Action = new Indexable_Indexing_Complete_Action(); $Indexable_Indexing_Complete_Action->__construct( $indexable_helper );
- $indexable_helper(Indexable_Helper) (обязательный)
- The indexable helper.
Код Indexable_Indexing_Complete_Action::__construct() Indexable Indexing Complete Action:: construct Yoast 16.1.1
public function __construct( Indexable_Helper $indexable_helper ) {
$this->indexable_helper = $indexable_helper;
}