/**
  * get_heading function.
  *
  * @access public
  * @return string
  */
 function get_heading()
 {
     return apply_filters('woocommerce_email_heading_customer_renewal_order', parent::get_heading(), $this->object);
 }