apply_filters( ‘show_recent_comments_widget_style’, bool $active, string $id_base )

In this article

Filters the Recent Comments default widget styles.

Parameters

$activebool
Whether the widget is active. Default true.
$id_basestring
The widget ID.

Source

|| ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) {

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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