apply_filters( 'astra_html_widget_allowed_html', array $allowed_html, string $content )

Filter allowed HTML tags for HTML widget content.


Description


Parameters

$allowed_html

(array) Array of allowed HTML tags and attributes.

$content

(string) The HTML content being filtered.


Source

File: inc/builder/controllers/class-astra-builder-ui-controller.php

View on Trac


Changelog

Changelog
Version Description
4.11.11 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.