WP_Customize_Selective_Refresh::partials(): array
Retrieves the registered partials.
Return
array Partials.
Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
.
View all references
public function partials() {
return $this->partials;
}
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |