Yoast\WP\SEO\Dashboard\Domain\Taxonomies
Taxonomy::__construct()
The constructor.
Метод класса: Taxonomy{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Taxonomy = new Taxonomy(); $Taxonomy->__construct(;
Код Taxonomy::__construct() Taxonomy:: construct Yoast 24.4
public function __construct( string $name, string $label, string $rest_url ) { $this->name = $name; $this->label = $label; $this->rest_url = $rest_url; }