show_recent_comments_widget_style

Advertisement

Summery Summery

Filters the Recent Comments default widget styles.

Syntax Syntax

apply_filters( 'show_recent_comments_widget_style', bool $active, string $id_base )

Parameters Parameters

$active

Whether the widget is active. Default true.

$id_base

The widget ID.

Source Source

File: wp-includes/widgets/class-wp-widget-recent-comments.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply