apply_filters( 'wpbuddy/rich_snippets/model/create_snippets/allowed_html', $allowed_Html, $p_subfield, $property_values ) → {array}
Allowed HTML filter for input fields.
Allows to change what HTML types are allowed on input fields.
Parameters:
Name | Type | Description |
---|---|---|
$allowed_Html |
array | Array of allowed HTML tags. @see wp_kses() function in WordPress. |
$p_subfield |
string | The subfield type. E.g. "textfield". |
$property_values |
array | The property values. |
- Since:
- 2.17.0
- Source:
Returns:
Array of allowed HTML tags. @see wp_kses() function in WordPress.
- Type
- array