Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

strip_tags_and_attributes()

Description

Utility function to remove unwanted HTML tags and attributes.
Note: if $html is a full page, developers should allow html and body tags.

Parameters

ColumnTypeDefaultDescription
$html string HTML string
$tags array array Extra tags to be allowed
$attributes array array Extra attributes to be allowed

Return

string

This article was last updated 27th April 2024 12:05 Europe/London time based on the source file dated 26th April 2024 15:50 Europe/London time.