Yoast\WP\SEO\Routes
Indexables_Head_Route::__construct() public Yoast 1.0
Indexable_Indexation_Route constructor.
{} Это метод класса: Indexables_Head_Route{}
Хуков нет.
Возвращает
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() Indexables Head Route:: construct Yoast 15.6.2
public function __construct( Indexable_Head_Action $head_action ) {
$this->head_action = $head_action;
}