Used By
Used By | Description |
---|---|
wp-includes/kses.php: wp_kses_one_attr() | Filters one HTML attribute and ensures its value is allowed. |
wp-includes/pluggable.php: wp_sanitize_redirect() | Sanitizes a URL for use in a redirect. |
wp-includes/kses.php: safecss_filter_attr() | Filters an inline style attribute and removes disallowed rules. |
wp-includes/kses.php: wp_kses_bad_protocol() | Sanitizes a string and removed disallowed URL protocols. |
wp-includes/kses.php: wp_kses() | Filters text content and strips out disallowed HTML. |
wp-includes/post-template.php: get_the_content() | Retrieve the post content. |