WC_Emails::get_from_name()

Get from name for email.


Description Description


Return Return

(string)


Top ↑

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 );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.