AnsPress_Email_Hooks::header()

Description #

Email header.

Source #

File: addons/free/email.php

	public static function header() {
		$header = '';

		if ( ! $charset = get_bloginfo( 'charset' ) ) {
			$charset = 'utf-8';
		}

		$header .= 'Content-type: text/plain; charset=' . $charset . "\r\n";

		return $header;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment