Remove an attribute from the currently-matched tag.
Parameters
$name
stringrequired- The attribute name to remove.
Source
case '-HTML':
goto before_head_anything_else;
break;
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
Remove an attribute from the currently-matched tag.
$name
stringrequiredcase '-HTML':
goto before_head_anything_else;
break;
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.