/home/altere25/sportzsoftlivemeet.com/wp-includes/customize
Edit: /home/altere25/sportzsoftlivemeet.com/wp-includes/customize/class-wp-customize-sidebar-section.php (1059B)
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 );
}
}