widget_custom_html_content

Advertisement

Summery Summery

Filters the content of the Custom HTML widget.

Syntax Syntax

apply_filters( 'widget_custom_html_content', string $content, array $instance, WP_Widget_Custom_HTML $this )

Parameters Parameters

$content

The widget content.

$instance

Array of settings for the current widget.

$this

Current Custom HTML widget instance.

Source Source

File: wp-includes/widgets/class-wp-widget-custom-html.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.8.1 Introduced.

Advertisement

Leave a Reply