Yoast\WP\SEO\Dashboard\Domain\Data_Provider
Dashboard_Repository_Interface::get_data()
Method to get dashboard related data from a provider.
Метод класса: Dashboard_Repository_Interface{}
Хуков нет.
Возвращает
Data_Container
.
Использование
$Dashboard_Repository_Interface = new Dashboard_Repository_Interface(); $Dashboard_Repository_Interface->get_data( $parameters ): Data_Container;
- $parameters(Parameters) (обязательный)
- The parameter to get the dashboard data for.
Код Dashboard_Repository_Interface::get_data() Dashboard Repository Interface::get data Yoast 25.1
public function get_data( Parameters $parameters ): Data_Container;