WC_Emails::get_from_name()
Get from name for email.
Method of the class: WC_Emails{}
No Hooks.
Return
String
.
Usage
$WC_Emails = new WC_Emails(); $WC_Emails->get_from_name();
WC_Emails::get_from_name() WC Emails::get from name code WC 9.4.2
public function get_from_name() { return wp_specialchars_decode( get_option( 'woocommerce_email_from_name' ), ENT_QUOTES ); }