Yoast\WP\SEO\Editors\Domain\Seo
Description::to_array()
Returns the data as an array format.
Метод класса: Description{}
Хуков нет.
Возвращает
Массив<Строку>
.
Использование
$Description = new Description(); $Description->to_array(): array;
Код Description::to_array() Description::to array Yoast 25.1
public function to_array(): array { return [ 'description_template' => $this->description_template, 'description_date' => $this->description_date, ]; }