/**
  * whether replace a new sidebar
  * @param $bind_data
  * @return bool
  */
 public static function check_sidebar_changing($bind_data, $relation = 'AND')
 {
     return HW__Template_Condition::check_template_changing($bind_data, $relation);
 }