Yoast\WP\SEO\Llms_Txt\Domain\Available_Posts\Data_Provider

Data_Interface{}interfaceYoast 1.0

The interface to describe the data domain.

Хуков нет.

Использование

$Data_Interface = new Data_Interface();
// use class methods

Методы

  1. public to_array()
  2. ERROR: no method name found on line `*/`

Код Data_Interface{} Yoast 27.6

interface Data_Interface {

	/**
	 * A to array method.
	 *
	 * @return array<string>
	 */
	public function to_array(): array;
}