wp_kses_hair


wp_kses_hair ( $attr, $allowed_protocols )

Parameters:
  • (string) attr Attribute list from HTML element to closing HTML element tag.
  • (string[]) allowed_protocols Array of allowed URL protocols.
Returns:
  • (array[]) Array of attribute information after parsing.
Defined at:

Description

Builds an attribute list from string containing attributes.This function does a lot of work. It parses an attribute list into an array with attribute data, and tries to do the right thing even if it gets weird input. It will add quotes around attribute values that don't have any quotes or apostrophes around them, to make it easier to produce HTML code that will conform to W3C's HTML specification. It will also remove bad URL protocols from attribute values. It also reduces duplicate attributes by using the attribute defined first (`foo='bar' foo='baz'` will result in `foo='bar'`).

Related Functions

wp_kses_attr, wp_kses_hair_parse, wp_kses_hook, wp_kses_data, wp_kses

Top Google Results

User discussions

wpseek mobile