woocommerce_email_from_name, get_option( woocommerce_email_from_name, $default
woocommerce_email_from_name, get_option( woocommerce_email_from_name, $default
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_from_name, get_option( woocommerce_email_from_name, $default') is found 1 times:
- /includes/emails/class-wc-email.php line 1045
* @param string|mixed $from_name The from name. * @param WC_Email $email Email object. * @param string $default_from_name Default from name. */ $from_name = apply_filters( 'woocommerce_email_from_name', get_option( 'woocommerce_email_from_name', $default ), $this, $from_name ); return wp_specialchars_decode( esc_html( $from_name ), ENT_QUOTES ); } /** * Get the from address for outgoing emails. *