Yoast\WP\SEO\Routes

Indexables_Head_Route::__construct()publicYoast 1.0

Indexable_Indexation_Route constructor.

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

Хуков нет.

Возвращает

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

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

$Indexables_Head_Route = new Indexables_Head_Route();
$Indexables_Head_Route->__construct( $head_action );
$head_action(Indexable_Head_Action) (обязательный)
The head action.

Код Indexables_Head_Route::__construct() Yoast 22.4

public function __construct( Indexable_Head_Action $head_action ) {
	$this->head_action = $head_action;
}