Yoast\WP\SEO\Actions\Indexables
Indexable_Head_Action::__construct()
Indexable_Head_Action constructor.
Метод класса: Indexable_Head_Action{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Indexable_Head_Action = new Indexable_Head_Action(); $Indexable_Head_Action->__construct( $meta_surface );
- $meta_surface(Meta_Surface) (обязательный)
- The meta surface.
Код Indexable_Head_Action::__construct() Indexable Head Action:: construct Yoast 24.9
public function __construct( Meta_Surface $meta_surface ) { $this->meta_surface = $meta_surface; }