Filter hook 'show_recent_comments_widget_style'

in WP Core File wp-includes/widgets/class-wp-widget-recent-comments.php at line 54

Description

Filters the Recent Comments default widget styles.

Occurrences

Filename Line Number
wp-includes/widgets/class-wp-widget-recent-comments.php 54

Parameters

Type Name Description
bool $active Whether the widget is active. Default true.
string $id_base The widget ID.

PHP Doc

/**
		 * Filters the Recent Comments default widget styles.
		 *
		 * @since 3.1.0
		 *
		 * @param bool   $active  Whether the widget is active. Default true.
		 * @param string $id_base The widget ID.
		 */