Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/widgets/class-wp-widget-recent-comments.php | apply_filters | 54 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $active | Whether the widget is active. Default true. |
string | $id_base | The widget ID. |