WC_Emails::get_from_name()
Get from name for email.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-emails.php
public function get_from_name() { return wp_specialchars_decode( get_option( 'woocommerce_email_from_name' ), ENT_QUOTES ); }