Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

WC_Emails::get_blogname()

Get blog name formatted for emails.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-emails.php

	private function get_blogname() {
		return wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES );
	}


Top ↑

User Contributed Notes User Contributed Notes

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