@package: External
-
functionwp_kses_html_error()
Handles parsing errors in `wp_kses_hair()`.
-
functionwp_kses_bad_protocol_once()
Sanitizes content from bad protocols and other characters.
-
functionwp_kses_normalize_entities()
Converts and fixes HTML entities.
-
functionwp_kses_named_entities()
Callback for `wp_kses_normalize_entities()` regular expression.
-
functionvalid_unicode()
Determines if a Unicode codepoint is valid.
-
functionwp_kses_decode_entities()
Converts all numeric HTML entities to their named counterparts.
-
functionwp_filter_kses()
Sanitize content with allowed HTML KSES rules.
-
functionwp_kses_split()
Searches for HTML tags, no matter how malformed.
-
functionwp_kses()
Filters text content and strips out disallowed HTML.
-
functionwp_kses_allowed_html()
Returns an array of allowed HTML tags and attributes for a given context.
-
Filters the HTML tags that are allowed for a given context.
-
functionwp_kses_hook()
You add any KSES hooks here.
-
hookpre_kses
Filters content to be run through KSES.
-
functionwp_kses_version()
Returns the version number of KSES.
-
methodRSSCache::serialize()
-
methodRSSCache::unserialize()
-
methodRSSCache::file_name()
-
hookload_feed_engine
Fires before MagpieRSS is loaded, to optionally replace it.
-
methodRSSCache::RSSCache()
PHP4 constructor.
-
methodRSSCache::check_cache()
-
-
-
methodMagpieRSS::normalize()