芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitioglobal.co/wp-includes/customize/class-wp-customize-sidebar-section.php
sidebar_id; return $json; } /** * Whether the current sidebar is rendered on the page. * * @since 4.1.0 * * @return bool Whether sidebar is rendered. */ public function active_callback() { return $this->manager->widgets->is_sidebar_rendered( $this->sidebar_id ); } }