SimplePie::get_registry()publicWP 1.0

Get the class registry

Use this to override SimplePie's default classes

Method of the class: SimplePie{}

No Hooks.

Return

SimplePie_Registry.

Usage

$SimplePie = new SimplePie();
$SimplePie->&get_registry();

Notes

  • See: SimplePie_Registry

SimplePie::get_registry() code WP 6.5.2

public function &get_registry()
{
	return $this->registry;
}