Searched refs:add_attributes (Results 1 – 3 of 3) sorted by relevance
54 …public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scrip… variable in SimplePie\\Sanitize285 …public function add_attributes(array $attribs = ['audio' => ['preload' => 'none'], 'iframe' => ['s… function in SimplePie\\Sanitize287 $this->add_attributes = $attribs;484 if ($this->add_attributes) {485 foreach ($this->add_attributes as $tag => $valuePairs) {
627 …public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scrip… variable in SimplePie\\SimplePie1450 $this->add_attributes([]);1526 public function add_attributes($attribs = '') function in SimplePie\\SimplePie1529 $attribs = $this->add_attributes;1531 $this->sanitize->add_attributes($attribs);
317 * Added the `add_attributes()` method to `SimplePie`. [#394](https://github.com/simplepie/simplepie…