Warning: This method has been deprecated. Use Requests_Cookie::format_for_set_cookie instead.

Requests_Cookie::formatForSetCookie()

Format a cookie for a Set-Cookie header


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/Cookie.php

	public function formatForSetCookie() {
		return $this->format_for_set_cookie();
	}


Top ↑

User Contributed Notes User Contributed Notes

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