WP_Customize_Selective_Refresh::partials()
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() WP Customize Selective Refresh::partials code WP 6.6.2
public function partials() { return $this->partials; }