Summery Summery
Enable throwing exceptions
Syntax Syntax
Parameters Parameters
- $enable
-
(Optional) Should we throw exceptions, or use the old-style error property?
Default value: true
Source Source
File: wp-includes/class-simplepie.php
public function enable_exceptions($enable = true) { $this->enable_exceptions = $enable; }