Yoast\WP\SEO\Llms_Txt\Domain\Available_Posts\Data_Provider
Data_Interface{}
The interface to describe the data domain.
Хуков нет.
Использование
$Data_Interface = new Data_Interface(); // use class methods
Методы
- public to_array()
- ERROR: no method name found on line `*/`
Код Data_Interface{} Data Interface{} Yoast 27.6
interface Data_Interface {
/**
* A to array method.
*
* @return array<string>
*/
public function to_array(): array;
}