GC_Customize_Sidebar_Section::active_callback()

最后更新于:2021-11-27 08:51:13

GC_Customize_Sidebar_Section::active_callback()

Whether the current sidebar is rendered on the page.

响应

(bool) Whether sidebar is rendered.

源文件

文件: gc-includes/customize/class-gc-customize-sidebar-section.php

	public function active_callback() {
		return $this->manager->widgets->is_sidebar_rendered( $this->sidebar_id );
	}