WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about widget_custom_html_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets/class-wp-widget-custom-html.php apply_filters 162 /**
* Filters the content of the Custom HTML widget.
*
* @since 4.8.1
*
* @param string $content The widget content.
* @param array $instance Array of settings for the current widget.
* @param WP_Widget_Custom_HTML $widget Current Custom HTML widget instance.
*/

Hook Parameters

Parameter Type Name Description
string $content The widget content.
array $instance Array of settings for the current widget.
WP_Widget_Custom_HTML $widget Current Custom HTML widget instance.