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.8.7.0

apply_filters('woocommerce_email_subject_customer_refunded_order') is found 1 times:

  • /includes/emails/class-wc-email-customer-refunded-order.php line 104
    				$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