SimplePie::get_encoding()publicWP 1.0

Get the character encoding used for output

Method of the class: SimplePie{}

No Hooks.

Return

String.

Usage

$SimplePie = new SimplePie();
$SimplePie->get_encoding();

Changelog

Since Preview Release

SimplePie::get_encoding() code WP 6.5.2

public function get_encoding()
{
	return $this->sanitize->output_encoding;
}