GC_Customize_Selective_Refresh::partials()
最后更新于:2021-11-27 08:19:10
GC_Customize_Selective_Refresh::partials()
Retrieves the registered partials.
响应
(array) Partials.
源文件
文件: gc-includes/customize/class-gc-customize-selective-refresh.php
public function partials() {
return $this->partials;
}