GC_Customize_Panel::active_callback()
最后更新于:2021-11-27 06:49:11
GC_Customize_Panel::active_callback()Default callback used when invoking GC_Customize_Panel::active().
响应
(bool) Always true.
源文件
文件: gc-includes/class-gc-customize-panel.php
public function active_callback() {
return true;
}