SimplePie::get_registry()
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() SimplePie::get registry code WP 6.6.2
public function &get_registry() { return $this->registry; }