Filter: wpbuddy/rich_snippets/allowed_html

apply_filters( 'wpbuddy/rich_snippets/allowed_html', $allowed_html, $content ) → {array}

Allowed HTML filter. 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.
$content string The value of the current field.
Since:
  • 2.24.0
Source:
Returns:
Array of allowed HTML tags. @see wp_kses() function in WordPress.
Type
array

apply_filters( 'wpbuddy/rich_snippets/allowed_html', $allowed_html, $content ) → {array}

Allowed HTML filter. 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.
$content string The value of the current field.
Since:
  • 2.24.0
Source:
Returns:
Array of allowed HTML tags. @see wp_kses() function in WordPress.
Type
array