Summery Summery
Set element/attribute key/value pairs of HTML attributes containing URLs that need to be resolved relative to the feed
Syntax Syntax
Description Description
Defaults to |a|@href, |area|@href, |blockquote|@cite, |del|@cite, |form|@action, |img|@longdesc, |img|@src, |input|@src, |ins|@cite, |q|@cite
Parameters Parameters
- $element_attribute
-
(Optional) Element/attribute key/value pairs, null for default
Default value: null
Source Source
File: wp-includes/class-simplepie.php
} public function strip_htmltags($tags = '', $encode = null) {
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |