apply_filters( 'wpbuddy/rich_snippets/rest/overwrite_field/allowed_html', $allowed_Html, $param_name, $param_value, $params ) → {array}
Allowed HTML filter for overwritten 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. |
$param_name |
string | The HTML name of the current field. |
$param_value |
string | The value of the current field. |
$params |
array | Parameters for this process (post-iD, snippet ID, etc.) |
- Since:
- 2.17.0
- Source:
Returns:
Array of allowed HTML tags. @see wp_kses() function in WordPress.
- Type
- array