过滤Recent Comments默认小部件样式。
原型
apply_filters( 'show_recent_comments_widget_style', bool $active, string $id_base )
参数
$active
(bool)
窗口小部件是否处于活动状默认为true。
$id_base
(string)
小部件ID。
源文件
路径:wp-includes/widgets/class-wp-widget-recent-comments.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/show_recent_comments_widget_style/