WP_REST_Widgets_Controller::retrieve_widgets()

In this article

Looks for “lost” widgets once per request.

Description

See also

Source

protected function retrieve_widgets() {
	if ( ! $this->widgets_retrieved ) {
		retrieve_widgets();
		$this->widgets_retrieved = true;
	}
}

Changelog

VersionDescription
5.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.