WP_Customize_Selective_Refresh::partials(): array

In this article

Retrieves the registered partials.

Return

array Partials.

Source

public function partials() {
	return $this->partials;
}

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

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