Yoast\WP\SEO\Routes
Indexables_Head_Route::__construct()
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() Indexables Head Route:: construct Yoast 24.6
public function __construct( Indexable_Head_Action $head_action ) { $this->head_action = $head_action; }