WP_Customize_Selective_Refresh::partials()publicWP 4.5.0

Retrieves the registered partials.

Method of the class: WP_Customize_Selective_Refresh{}

No Hooks.

Return

Array. Partials.

Usage

$WP_Customize_Selective_Refresh = new WP_Customize_Selective_Refresh();
$WP_Customize_Selective_Refresh->partials();

Changelog

Since 4.5.0 Introduced.

WP_Customize_Selective_Refresh::partials() code WP 6.5.2

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