Filters the Recent Comments default widget styles.
$activebool$id_basestringwp-includes/widgets/class-wp-widget-recent-comments.php:54WP_Widget_Recent_Comments::recent_comments_style() * @since 3.1.0 * * @param bool $active Whether the widget is active. Default true. * @param string $id_base The widget ID. */ if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876. || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) { return; } echo '<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>'; }Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.