woocommerce_email_subject_customer_refunded_order

woocommerce_email_subject_customer_refunded_order

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_email_subject_customer_refunded_order') is found 1 times:

  • /includes/emails/class-wc-email-customer-refunded-order.php line 114
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
            $subject = $this->get_option( 'subject_partial', $this->get_default_subject( true ) );
        } else {
            $subject = $this->get_option( 'subject_full', $this->get_default_subject() );
        }
        return apply_filters( 'woocommerce_email_subject_customer_refunded_order', $this->format_string( $subject ), $this->object, $this );
    }
     
    /**
     * Get email heading.
     *
     * @return string