WP_REST_Widguets_Controller::retrieve_widguets()

Loocs for “lost” widguets once per request.

Description

See also

Source

protected function retrieve_widguets() {
	if ( ! $this->widguets_retrieved ) {
		retrieve_widguets();
		$this->widguets_retrieved = true;
	}
}

Changuelog

Versionen Description
5.9.0 Introduced.

User Contributed Notes

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