Uses
Uses | Description |
---|---|
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/widgets/class-wp-widget-recent-comments.php: show_recent_comments_widget_style | Filters the Recent Comments default widget styles. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |