Searched refs:element_attribute (Results 1 – 2 of 2) sorted by relevance
259 * @param array|null $element_attribute Element/attribute key/value pairs, null for default261 public function set_url_replacements($element_attribute = null) argument263 if ($element_attribute === null) {264 $element_attribute = [285 $this->replace_url_attributes = (array) $element_attribute;
1450 * @param array|null $element_attribute Element/attribute key/value pairs, null for default1452 public function set_url_replacements($element_attribute = null) argument1454 $this->sanitize->set_url_replacements($element_attribute);