public function get_subject( $merge = true ) {
        $subject = $this->get_option( 'subject', apply_filters( $this->get_filter( 'set_subject' ), $this->set_subject(), $this ) );
        if ( $merge ) {
            $subject = $this->get_merged_string( $subject );
        }